Advertisement
Guest User

Untitled

a guest
Aug 17th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 107.67 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 enlightenment configure 0.16.999.75260, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc --localstatedir=/var --mandir=/usr/man --disable-static --build=i486-slackware-linux
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = garik
  14. uname -m = i686
  15. uname -r = 3.2.26-smp
  16. uname -s = Linux
  17. uname -v = #1 SMP Tue Aug 7 13:03:30 CDT 2012
  18.  
  19. /usr/bin/uname -p = Intel(R) Celeron(R) CPU 2.00GHz
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = i686
  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: /usr/local/sbin
  31. PATH: /usr/sbin
  32. PATH: /sbin
  33. PATH: /usr/local/bin
  34. PATH: /usr/bin
  35. PATH: /bin
  36. PATH: /usr/games
  37. PATH: /usr/lib/kde4/libexec
  38. PATH: /usr/lib/qt/bin
  39. PATH: /usr/lib/qt/bin
  40. PATH: /usr/share/texmf/bin
  41.  
  42.  
  43. ## ----------- ##
  44. ## Core tests. ##
  45. ## ----------- ##
  46.  
  47. configure:2934: checking build system type
  48. configure:2948: result: i486-slackware-linux-gnu
  49. configure:2968: checking host system type
  50. configure:2981: result: i486-slackware-linux-gnu
  51. configure:3049: checking for gcc
  52. configure:3065: found /usr/bin/gcc
  53. configure:3076: result: gcc
  54. configure:3305: checking for C compiler version
  55. configure:3314: gcc --version >&5
  56. gcc (GCC) 4.7.1
  57. Copyright (C) 2012 Free Software Foundation, Inc.
  58. This is free software; see the source for copying conditions. There is NO
  59. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  60.  
  61. configure:3325: $? = 0
  62. configure:3314: gcc -v >&5
  63. Reading specs from /usr/lib/gcc/i486-slackware-linux/4.7.1/specs
  64. COLLECT_GCC=gcc
  65. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i486-slackware-linux/4.7.1/lto-wrapper
  66. Target: i486-slackware-linux
  67. Configured with: ../gcc-4.7.1/configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/man --infodir=/usr/info --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,go,java,lto,objc --enable-threads=posix --enable-checking=release --enable-objc-gc --with-system-zlib --with-python-dir=/lib/python2.7/site-packages --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --enable-lto --with-gnu-ld --verbose --enable-java-home --with-java-home=/usr/lib/jvm/jre --with-jvm-root-dir=/usr/lib/jvm --with-jvm-jar-dir=/usr/lib/jvm/jvm-exports --with-arch-directory=i386 --with-antlr-jar=/root/slackware-current/source/d/gcc/antlr-runtime-3.4.jar --enable-java-awt=gtk --disable-gtktest --with-arch=i486 --target=i486-slackware-linux --build=i486-slackware-linux --host=i486-slackware-linux
  68. Thread model: posix
  69. gcc version 4.7.1 (GCC)
  70. configure:3325: $? = 0
  71. configure:3314: gcc -V >&5
  72. gcc: error: unrecognized command line option '-V'
  73. gcc: fatal error: no input files
  74. compilation terminated.
  75. configure:3325: $? = 1
  76. configure:3314: gcc -qversion >&5
  77. gcc: error: unrecognized command line option '-qversion'
  78. gcc: fatal error: no input files
  79. compilation terminated.
  80. configure:3325: $? = 1
  81. configure:3345: checking whether the C compiler works
  82. configure:3367: gcc -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  83. configure:3371: $? = 0
  84. configure:3419: result: yes
  85. configure:3422: checking for C compiler default output file name
  86. configure:3424: result: a.out
  87. configure:3430: checking for suffix of executables
  88. configure:3437: gcc -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  89. configure:3441: $? = 0
  90. configure:3463: result:
  91. configure:3485: checking whether we are cross compiling
  92. configure:3493: gcc -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  93. configure:3497: $? = 0
  94. configure:3504: ./conftest
  95. configure:3508: $? = 0
  96. configure:3523: result: no
  97. configure:3528: checking for suffix of object files
  98. configure:3550: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  99. configure:3554: $? = 0
  100. configure:3575: result: o
  101. configure:3579: checking whether we are using the GNU C compiler
  102. configure:3598: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  103. configure:3598: $? = 0
  104. configure:3607: result: yes
  105. configure:3616: checking whether gcc accepts -g
  106. configure:3636: gcc -c -g conftest.c >&5
  107. configure:3636: $? = 0
  108. configure:3677: result: yes
  109. configure:3694: checking for gcc option to accept ISO C89
  110. configure:3757: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  111. configure:3757: $? = 0
  112. configure:3770: result: none needed
  113. configure:3792: checking for strerror in -lcposix
  114. configure:3817: gcc -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c -lcposix >&5
  115. /usr/lib/gcc/i486-slackware-linux/4.7.1/../../../../i486-slackware-linux/bin/ld: cannot find -lcposix
  116. collect2: error: ld returned 1 exit status
  117. configure:3817: $? = 1
  118. configure: failed program was:
  119. | /* confdefs.h */
  120. | #define PACKAGE_NAME "enlightenment"
  121. | #define PACKAGE_TARNAME "enlightenment"
  122. | #define PACKAGE_VERSION "0.16.999.75260"
  123. | #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  124. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  125. | #define PACKAGE_URL ""
  126. | /* end confdefs.h. */
  127. |
  128. | /* Override any GCC internal prototype to avoid an error.
  129. | Use char because int might match the return type of a GCC
  130. | builtin and then its argument prototype would still apply. */
  131. | #ifdef __cplusplus
  132. | extern "C"
  133. | #endif
  134. | char strerror ();
  135. | int
  136. | main ()
  137. | {
  138. | return strerror ();
  139. | ;
  140. | return 0;
  141. | }
  142. configure:3826: result: no
  143. configure:3856: checking for a BSD-compatible install
  144. configure:3924: result: /usr/bin/ginstall -c
  145. configure:3935: checking whether build environment is sane
  146. configure:3985: result: yes
  147. configure:4126: checking for a thread-safe mkdir -p
  148. configure:4165: result: /usr/bin/mkdir -p
  149. configure:4178: checking for gawk
  150. configure:4194: found /usr/bin/gawk
  151. configure:4205: result: gawk
  152. configure:4216: checking whether make sets $(MAKE)
  153. configure:4238: result: yes
  154. configure:4268: checking for style of include used by make
  155. configure:4296: result: GNU
  156. configure:4382: checking dependency style of gcc
  157. configure:4493: result: gcc3
  158. configure:4520: checking whether make supports nested variables
  159. configure:4537: result: yes
  160. configure:4554: checking how to run the C preprocessor
  161. configure:4585: gcc -E conftest.c
  162. configure:4585: $? = 0
  163. configure:4599: gcc -E conftest.c
  164. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  165. compilation terminated.
  166. configure:4599: $? = 1
  167. configure: failed program was:
  168. | /* confdefs.h */
  169. | #define PACKAGE_NAME "enlightenment"
  170. | #define PACKAGE_TARNAME "enlightenment"
  171. | #define PACKAGE_VERSION "0.16.999.75260"
  172. | #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  173. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  174. | #define PACKAGE_URL ""
  175. | #define PACKAGE "enlightenment"
  176. | #define VERSION "0.16.999.75260"
  177. | /* end confdefs.h. */
  178. | #include <ac_nonexistent.h>
  179. configure:4624: result: gcc -E
  180. configure:4644: gcc -E conftest.c
  181. configure:4644: $? = 0
  182. configure:4658: gcc -E conftest.c
  183. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  184. compilation terminated.
  185. configure:4658: $? = 1
  186. configure: failed program was:
  187. | /* confdefs.h */
  188. | #define PACKAGE_NAME "enlightenment"
  189. | #define PACKAGE_TARNAME "enlightenment"
  190. | #define PACKAGE_VERSION "0.16.999.75260"
  191. | #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  192. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  193. | #define PACKAGE_URL ""
  194. | #define PACKAGE "enlightenment"
  195. | #define VERSION "0.16.999.75260"
  196. | /* end confdefs.h. */
  197. | #include <ac_nonexistent.h>
  198. configure:4687: checking for grep that handles long lines and -e
  199. configure:4745: result: /usr/bin/grep
  200. configure:4750: checking for egrep
  201. configure:4812: result: /usr/bin/grep -E
  202. configure:4817: checking for ANSI C header files
  203. configure:4837: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  204. configure:4837: $? = 0
  205. configure:4910: gcc -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  206. configure:4910: $? = 0
  207. configure:4910: ./conftest
  208. configure:4910: $? = 0
  209. configure:4921: result: yes
  210. configure:4934: checking for sys/types.h
  211. configure:4934: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  212. configure:4934: $? = 0
  213. configure:4934: result: yes
  214. configure:4934: checking for sys/stat.h
  215. configure:4934: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  216. configure:4934: $? = 0
  217. configure:4934: result: yes
  218. configure:4934: checking for stdlib.h
  219. configure:4934: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  220. configure:4934: $? = 0
  221. configure:4934: result: yes
  222. configure:4934: checking for string.h
  223. configure:4934: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  224. configure:4934: $? = 0
  225. configure:4934: result: yes
  226. configure:4934: checking for memory.h
  227. configure:4934: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  228. configure:4934: $? = 0
  229. configure:4934: result: yes
  230. configure:4934: checking for strings.h
  231. configure:4934: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  232. configure:4934: $? = 0
  233. configure:4934: result: yes
  234. configure:4934: checking for inttypes.h
  235. configure:4934: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  236. configure:4934: $? = 0
  237. configure:4934: result: yes
  238. configure:4934: checking for stdint.h
  239. configure:4934: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  240. configure:4934: $? = 0
  241. configure:4934: result: yes
  242. configure:4934: checking for unistd.h
  243. configure:4934: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  244. configure:4934: $? = 0
  245. configure:4934: result: yes
  246. configure:4949: checking minix/config.h usability
  247. configure:4949: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  248. conftest.c:54:26: fatal error: minix/config.h: No such file or directory
  249. compilation terminated.
  250. configure:4949: $? = 1
  251. configure: failed program was:
  252. | /* confdefs.h */
  253. | #define PACKAGE_NAME "enlightenment"
  254. | #define PACKAGE_TARNAME "enlightenment"
  255. | #define PACKAGE_VERSION "0.16.999.75260"
  256. | #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  257. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  258. | #define PACKAGE_URL ""
  259. | #define PACKAGE "enlightenment"
  260. | #define VERSION "0.16.999.75260"
  261. | #define STDC_HEADERS 1
  262. | #define HAVE_SYS_TYPES_H 1
  263. | #define HAVE_SYS_STAT_H 1
  264. | #define HAVE_STDLIB_H 1
  265. | #define HAVE_STRING_H 1
  266. | #define HAVE_MEMORY_H 1
  267. | #define HAVE_STRINGS_H 1
  268. | #define HAVE_INTTYPES_H 1
  269. | #define HAVE_STDINT_H 1
  270. | #define HAVE_UNISTD_H 1
  271. | /* end confdefs.h. */
  272. | #include <stdio.h>
  273. | #ifdef HAVE_SYS_TYPES_H
  274. | # include <sys/types.h>
  275. | #endif
  276. | #ifdef HAVE_SYS_STAT_H
  277. | # include <sys/stat.h>
  278. | #endif
  279. | #ifdef STDC_HEADERS
  280. | # include <stdlib.h>
  281. | # include <stddef.h>
  282. | #else
  283. | # ifdef HAVE_STDLIB_H
  284. | # include <stdlib.h>
  285. | # endif
  286. | #endif
  287. | #ifdef HAVE_STRING_H
  288. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  289. | # include <memory.h>
  290. | # endif
  291. | # include <string.h>
  292. | #endif
  293. | #ifdef HAVE_STRINGS_H
  294. | # include <strings.h>
  295. | #endif
  296. | #ifdef HAVE_INTTYPES_H
  297. | # include <inttypes.h>
  298. | #endif
  299. | #ifdef HAVE_STDINT_H
  300. | # include <stdint.h>
  301. | #endif
  302. | #ifdef HAVE_UNISTD_H
  303. | # include <unistd.h>
  304. | #endif
  305. | #include <minix/config.h>
  306. configure:4949: result: no
  307. configure:4949: checking minix/config.h presence
  308. configure:4949: gcc -E conftest.c
  309. conftest.c:21:26: fatal error: minix/config.h: No such file or directory
  310. compilation terminated.
  311. configure:4949: $? = 1
  312. configure: failed program was:
  313. | /* confdefs.h */
  314. | #define PACKAGE_NAME "enlightenment"
  315. | #define PACKAGE_TARNAME "enlightenment"
  316. | #define PACKAGE_VERSION "0.16.999.75260"
  317. | #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  318. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  319. | #define PACKAGE_URL ""
  320. | #define PACKAGE "enlightenment"
  321. | #define VERSION "0.16.999.75260"
  322. | #define STDC_HEADERS 1
  323. | #define HAVE_SYS_TYPES_H 1
  324. | #define HAVE_SYS_STAT_H 1
  325. | #define HAVE_STDLIB_H 1
  326. | #define HAVE_STRING_H 1
  327. | #define HAVE_MEMORY_H 1
  328. | #define HAVE_STRINGS_H 1
  329. | #define HAVE_INTTYPES_H 1
  330. | #define HAVE_STDINT_H 1
  331. | #define HAVE_UNISTD_H 1
  332. | /* end confdefs.h. */
  333. | #include <minix/config.h>
  334. configure:4949: result: no
  335. configure:4949: checking for minix/config.h
  336. configure:4949: result: no
  337. configure:4978: checking whether it is safe to define __EXTENSIONS__
  338. configure:4996: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  339. configure:4996: $? = 0
  340. configure:5003: result: yes
  341. configure:5018: checking whether byte ordering is bigendian
  342. configure:5033: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  343. conftest.c:27:9: error: unknown type name 'not'
  344. conftest.c:27:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  345. conftest.c:27:15: error: unknown type name 'universal'
  346. configure:5033: $? = 1
  347. configure: failed program was:
  348. | /* confdefs.h */
  349. | #define PACKAGE_NAME "enlightenment"
  350. | #define PACKAGE_TARNAME "enlightenment"
  351. | #define PACKAGE_VERSION "0.16.999.75260"
  352. | #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  353. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  354. | #define PACKAGE_URL ""
  355. | #define PACKAGE "enlightenment"
  356. | #define VERSION "0.16.999.75260"
  357. | #define STDC_HEADERS 1
  358. | #define HAVE_SYS_TYPES_H 1
  359. | #define HAVE_SYS_STAT_H 1
  360. | #define HAVE_STDLIB_H 1
  361. | #define HAVE_STRING_H 1
  362. | #define HAVE_MEMORY_H 1
  363. | #define HAVE_STRINGS_H 1
  364. | #define HAVE_INTTYPES_H 1
  365. | #define HAVE_STDINT_H 1
  366. | #define HAVE_UNISTD_H 1
  367. | #define __EXTENSIONS__ 1
  368. | #define _ALL_SOURCE 1
  369. | #define _GNU_SOURCE 1
  370. | #define _POSIX_PTHREAD_SEMANTICS 1
  371. | #define _TANDEM_SOURCE 1
  372. | /* end confdefs.h. */
  373. | #ifndef __APPLE_CC__
  374. | not a universal capable compiler
  375. | #endif
  376. | typedef int dummy;
  377. |
  378. configure:5078: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  379. configure:5078: $? = 0
  380. configure:5096: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  381. conftest.c: In function 'main':
  382. conftest.c:33:4: error: unknown type name 'not'
  383. conftest.c:33:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  384. configure:5096: $? = 1
  385. configure: failed program was:
  386. | /* confdefs.h */
  387. | #define PACKAGE_NAME "enlightenment"
  388. | #define PACKAGE_TARNAME "enlightenment"
  389. | #define PACKAGE_VERSION "0.16.999.75260"
  390. | #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  391. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  392. | #define PACKAGE_URL ""
  393. | #define PACKAGE "enlightenment"
  394. | #define VERSION "0.16.999.75260"
  395. | #define STDC_HEADERS 1
  396. | #define HAVE_SYS_TYPES_H 1
  397. | #define HAVE_SYS_STAT_H 1
  398. | #define HAVE_STDLIB_H 1
  399. | #define HAVE_STRING_H 1
  400. | #define HAVE_MEMORY_H 1
  401. | #define HAVE_STRINGS_H 1
  402. | #define HAVE_INTTYPES_H 1
  403. | #define HAVE_STDINT_H 1
  404. | #define HAVE_UNISTD_H 1
  405. | #define __EXTENSIONS__ 1
  406. | #define _ALL_SOURCE 1
  407. | #define _GNU_SOURCE 1
  408. | #define _POSIX_PTHREAD_SEMANTICS 1
  409. | #define _TANDEM_SOURCE 1
  410. | /* end confdefs.h. */
  411. | #include <sys/types.h>
  412. | #include <sys/param.h>
  413. |
  414. | int
  415. | main ()
  416. | {
  417. | #if BYTE_ORDER != BIG_ENDIAN
  418. | not big endian
  419. | #endif
  420. |
  421. | ;
  422. | return 0;
  423. | }
  424. configure:5224: result: no
  425. configure:5242: checking for gcc option to accept ISO C99
  426. configure:5391: gcc -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  427. conftest.c:76:29: error: expected ';', ',' or ')' before 'text'
  428. conftest.c: In function 'main':
  429. conftest.c:130:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
  430. conftest.c:130:18: error: 'newvar' undeclared (first use in this function)
  431. conftest.c:130:18: note: each undeclared identifier is reported only once for each function it appears in
  432. conftest.c:140:3: error: 'for' loop initial declarations are only allowed in C99 mode
  433. conftest.c:140:3: note: use option -std=c99 or -std=gnu99 to compile your code
  434. configure:5391: $? = 1
  435. configure: failed program was:
  436. | /* confdefs.h */
  437. | #define PACKAGE_NAME "enlightenment"
  438. | #define PACKAGE_TARNAME "enlightenment"
  439. | #define PACKAGE_VERSION "0.16.999.75260"
  440. | #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  441. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  442. | #define PACKAGE_URL ""
  443. | #define PACKAGE "enlightenment"
  444. | #define VERSION "0.16.999.75260"
  445. | #define STDC_HEADERS 1
  446. | #define HAVE_SYS_TYPES_H 1
  447. | #define HAVE_SYS_STAT_H 1
  448. | #define HAVE_STDLIB_H 1
  449. | #define HAVE_STRING_H 1
  450. | #define HAVE_MEMORY_H 1
  451. | #define HAVE_STRINGS_H 1
  452. | #define HAVE_INTTYPES_H 1
  453. | #define HAVE_STDINT_H 1
  454. | #define HAVE_UNISTD_H 1
  455. | #define __EXTENSIONS__ 1
  456. | #define _ALL_SOURCE 1
  457. | #define _GNU_SOURCE 1
  458. | #define _POSIX_PTHREAD_SEMANTICS 1
  459. | #define _TANDEM_SOURCE 1
  460. | /* end confdefs.h. */
  461. | #include <stdarg.h>
  462. | #include <stdbool.h>
  463. | #include <stdlib.h>
  464. | #include <wchar.h>
  465. | #include <stdio.h>
  466. |
  467. | // Check varargs macros. These examples are taken from C99 6.10.3.5.
  468. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  469. | #define showlist(...) puts (#__VA_ARGS__)
  470. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  471. | static void
  472. | test_varargs_macros (void)
  473. | {
  474. | int x = 1234;
  475. | int y = 5678;
  476. | debug ("Flag");
  477. | debug ("X = %d\n", x);
  478. | showlist (The first, second, and third items.);
  479. | report (x>y, "x is %d but y is %d", x, y);
  480. | }
  481. |
  482. | // Check long long types.
  483. | #define BIG64 18446744073709551615ull
  484. | #define BIG32 4294967295ul
  485. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  486. | #if !BIG_OK
  487. | your preprocessor is broken;
  488. | #endif
  489. | #if BIG_OK
  490. | #else
  491. | your preprocessor is broken;
  492. | #endif
  493. | static long long int bignum = -9223372036854775807LL;
  494. | static unsigned long long int ubignum = BIG64;
  495. |
  496. | struct incomplete_array
  497. | {
  498. | int datasize;
  499. | double data[];
  500. | };
  501. |
  502. | struct named_init {
  503. | int number;
  504. | const wchar_t *name;
  505. | double average;
  506. | };
  507. |
  508. | typedef const char *ccp;
  509. |
  510. | static inline int
  511. | test_restrict (ccp restrict text)
  512. | {
  513. | // See if C++-style comments work.
  514. | // Iterate through items via the restricted pointer.
  515. | // Also check for declarations in for loops.
  516. | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  517. | continue;
  518. | return 0;
  519. | }
  520. |
  521. | // Check varargs and va_copy.
  522. | static void
  523. | test_varargs (const char *format, ...)
  524. | {
  525. | va_list args;
  526. | va_start (args, format);
  527. | va_list args_copy;
  528. | va_copy (args_copy, args);
  529. |
  530. | const char *str;
  531. | int number;
  532. | float fnumber;
  533. |
  534. | while (*format)
  535. | {
  536. | switch (*format++)
  537. | {
  538. | case 's': // string
  539. | str = va_arg (args_copy, const char *);
  540. | break;
  541. | case 'd': // int
  542. | number = va_arg (args_copy, int);
  543. | break;
  544. | case 'f': // float
  545. | fnumber = va_arg (args_copy, double);
  546. | break;
  547. | default:
  548. | break;
  549. | }
  550. | }
  551. | va_end (args_copy);
  552. | va_end (args);
  553. | }
  554. |
  555. | int
  556. | main ()
  557. | {
  558. |
  559. | // Check bool.
  560. | _Bool success = false;
  561. |
  562. | // Check restrict.
  563. | if (test_restrict ("String literal") == 0)
  564. | success = true;
  565. | char *restrict newvar = "Another string";
  566. |
  567. | // Check varargs.
  568. | test_varargs ("s, d' f .", "string", 65, 34.234);
  569. | test_varargs_macros ();
  570. |
  571. | // Check flexible array members.
  572. | struct incomplete_array *ia =
  573. | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  574. | ia->datasize = 10;
  575. | for (int i = 0; i < ia->datasize; ++i)
  576. | ia->data[i] = i * 1.234;
  577. |
  578. | // Check named initializers.
  579. | struct named_init ni = {
  580. | .number = 34,
  581. | .name = L"Test wide string",
  582. | .average = 543.34343,
  583. | };
  584. |
  585. | ni.number = 58;
  586. |
  587. | int dynamic_array[ni.number];
  588. | dynamic_array[ni.number - 1] = 543;
  589. |
  590. | // work around unused variable warnings
  591. | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  592. | || dynamic_array[ni.number - 1] != 543);
  593. |
  594. | ;
  595. | return 0;
  596. | }
  597. configure:5391: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  598. configure:5391: $? = 0
  599. configure:5411: result: -std=gnu99
  600. configure:5420: checking whether gcc -std=gnu99 and cc understand -c and -o together
  601. configure:5451: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  602. configure:5455: $? = 0
  603. configure:5461: gcc -std=gnu99 -c conftest.c -o conftest2.o >&5
  604. configure:5465: $? = 0
  605. configure:5476: cc -c conftest.c >&5
  606. configure:5480: $? = 0
  607. configure:5488: cc -c conftest.c -o conftest2.o >&5
  608. configure:5492: $? = 0
  609. configure:5498: cc -c conftest.c -o conftest2.o >&5
  610. configure:5502: $? = 0
  611. configure:5520: result: yes
  612. configure:5545: checking for an ANSI C-conforming const
  613. configure:5611: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  614. configure:5611: $? = 0
  615. configure:5618: result: yes
  616. configure:5626: checking for size_t
  617. configure:5626: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  618. configure:5626: $? = 0
  619. configure:5626: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  620. conftest.c: In function 'main':
  621. conftest.c:62:21: error: expected expression before ')' token
  622. configure:5626: $? = 1
  623. configure: failed program was:
  624. | /* confdefs.h */
  625. | #define PACKAGE_NAME "enlightenment"
  626. | #define PACKAGE_TARNAME "enlightenment"
  627. | #define PACKAGE_VERSION "0.16.999.75260"
  628. | #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  629. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  630. | #define PACKAGE_URL ""
  631. | #define PACKAGE "enlightenment"
  632. | #define VERSION "0.16.999.75260"
  633. | #define STDC_HEADERS 1
  634. | #define HAVE_SYS_TYPES_H 1
  635. | #define HAVE_SYS_STAT_H 1
  636. | #define HAVE_STDLIB_H 1
  637. | #define HAVE_STRING_H 1
  638. | #define HAVE_MEMORY_H 1
  639. | #define HAVE_STRINGS_H 1
  640. | #define HAVE_INTTYPES_H 1
  641. | #define HAVE_STDINT_H 1
  642. | #define HAVE_UNISTD_H 1
  643. | #define __EXTENSIONS__ 1
  644. | #define _ALL_SOURCE 1
  645. | #define _GNU_SOURCE 1
  646. | #define _POSIX_PTHREAD_SEMANTICS 1
  647. | #define _TANDEM_SOURCE 1
  648. | /* end confdefs.h. */
  649. | #include <stdio.h>
  650. | #ifdef HAVE_SYS_TYPES_H
  651. | # include <sys/types.h>
  652. | #endif
  653. | #ifdef HAVE_SYS_STAT_H
  654. | # include <sys/stat.h>
  655. | #endif
  656. | #ifdef STDC_HEADERS
  657. | # include <stdlib.h>
  658. | # include <stddef.h>
  659. | #else
  660. | # ifdef HAVE_STDLIB_H
  661. | # include <stdlib.h>
  662. | # endif
  663. | #endif
  664. | #ifdef HAVE_STRING_H
  665. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  666. | # include <memory.h>
  667. | # endif
  668. | # include <string.h>
  669. | #endif
  670. | #ifdef HAVE_STRINGS_H
  671. | # include <strings.h>
  672. | #endif
  673. | #ifdef HAVE_INTTYPES_H
  674. | # include <inttypes.h>
  675. | #endif
  676. | #ifdef HAVE_STDINT_H
  677. | # include <stdint.h>
  678. | #endif
  679. | #ifdef HAVE_UNISTD_H
  680. | # include <unistd.h>
  681. | #endif
  682. | int
  683. | main ()
  684. | {
  685. | if (sizeof ((size_t)))
  686. | return 0;
  687. | ;
  688. | return 0;
  689. | }
  690. configure:5626: result: yes
  691. configure:5639: checking for working alloca.h
  692. configure:5656: gcc -std=gnu99 -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  693. configure:5656: $? = 0
  694. configure:5664: result: yes
  695. configure:5672: checking for alloca
  696. configure:5709: gcc -std=gnu99 -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  697. configure:5709: $? = 0
  698. configure:5717: result: yes
  699. configure:5825: checking for __attribute__
  700. configure:5850: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  701. configure:5850: $? = 0
  702. configure:5860: result: yes
  703. configure:5958: checking how to print strings
  704. configure:5985: result: printf
  705. configure:6006: checking for a sed that does not truncate output
  706. configure:6070: result: /usr/bin/sed
  707. configure:6088: checking for fgrep
  708. configure:6150: result: /usr/bin/grep -F
  709. configure:6185: checking for ld used by gcc -std=gnu99
  710. configure:6252: result: /usr/i486-slackware-linux/bin/ld
  711. configure:6259: checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld
  712. configure:6274: result: yes
  713. configure:6286: checking for BSD- or MS-compatible name lister (nm)
  714. configure:6335: result: /usr/bin/nm -B
  715. configure:6465: checking the name lister (/usr/bin/nm -B) interface
  716. configure:6472: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  717. configure:6475: /usr/bin/nm -B "conftest.o"
  718. configure:6478: output
  719. 00000000 B some_variable
  720. configure:6485: result: BSD nm
  721. configure:6488: checking whether ln -s works
  722. configure:6492: result: yes
  723. configure:6500: checking the maximum length of command line arguments
  724. configure:6625: result: 1572864
  725. configure:6642: checking whether the shell understands some XSI constructs
  726. configure:6652: result: yes
  727. configure:6656: checking whether the shell understands "+="
  728. configure:6662: result: yes
  729. configure:6697: checking how to convert i486-slackware-linux-gnu file names to i486-slackware-linux-gnu format
  730. configure:6737: result: func_convert_file_noop
  731. configure:6744: checking how to convert i486-slackware-linux-gnu file names to toolchain format
  732. configure:6764: result: func_convert_file_noop
  733. configure:6771: checking for /usr/i486-slackware-linux/bin/ld option to reload object files
  734. configure:6778: result: -r
  735. configure:6852: checking for objdump
  736. configure:6868: found /usr/bin/objdump
  737. configure:6879: result: objdump
  738. configure:6911: checking how to recognize dependent libraries
  739. configure:7113: result: pass_all
  740. configure:7198: checking for dlltool
  741. configure:7214: found /usr/bin/dlltool
  742. configure:7225: result: dlltool
  743. configure:7258: checking how to associate runtime and link libraries
  744. configure:7285: result: printf %s\n
  745. configure:7345: checking for ar
  746. configure:7361: found /usr/bin/ar
  747. configure:7372: result: ar
  748. configure:7409: checking for archiver @FILE support
  749. configure:7426: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  750. configure:7426: $? = 0
  751. configure:7429: ar cru libconftest.a @conftest.lst >&5
  752. configure:7432: $? = 0
  753. configure:7437: ar cru libconftest.a @conftest.lst >&5
  754. ar: conftest.o: No such file or directory
  755. configure:7440: $? = 1
  756. configure:7452: result: @
  757. configure:7510: checking for strip
  758. configure:7526: found /usr/bin/strip
  759. configure:7537: result: strip
  760. configure:7609: checking for ranlib
  761. configure:7625: found /usr/bin/ranlib
  762. configure:7636: result: ranlib
  763. configure:7738: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object
  764. configure:7857: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  765. configure:7860: $? = 0
  766. configure:7864: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  767. configure:7867: $? = 0
  768. configure:7933: gcc -std=gnu99 -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c conftstm.o >&5
  769. configure:7936: $? = 0
  770. configure:7974: result: ok
  771. configure:8011: checking for sysroot
  772. configure:8041: result: no
  773. configure:8284: checking for mt
  774. configure:8314: result: no
  775. configure:8334: checking if : is a manifest tool
  776. configure:8340: : '-?'
  777. configure:8348: result: no
  778. configure:8977: checking for dlfcn.h
  779. configure:8977: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  780. configure:8977: $? = 0
  781. configure:8977: result: yes
  782. configure:9134: checking for objdir
  783. configure:9149: result: .libs
  784. configure:9420: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
  785. configure:9438: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer -fno-rtti -fno-exceptions conftest.c >&5
  786. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  787. configure:9442: $? = 0
  788. configure:9455: result: no
  789. configure:9765: checking for gcc -std=gnu99 option to produce PIC
  790. configure:9772: result: -fPIC -DPIC
  791. configure:9780: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
  792. configure:9798: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer -fPIC -DPIC -DPIC conftest.c >&5
  793. configure:9802: $? = 0
  794. configure:9815: result: yes
  795. configure:9844: checking if gcc -std=gnu99 static flag -static works
  796. configure:9872: result: yes
  797. configure:9887: checking if gcc -std=gnu99 supports -c -o file.o
  798. configure:9908: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer -o out/conftest2.o conftest.c >&5
  799. configure:9912: $? = 0
  800. configure:9934: result: yes
  801. configure:9942: checking if gcc -std=gnu99 supports -c -o file.o
  802. configure:9989: result: yes
  803. configure:10022: checking whether the gcc -std=gnu99 linker (/usr/i486-slackware-linux/bin/ld) supports shared libraries
  804. configure:11180: result: yes
  805. configure:11217: checking whether -lc should be explicitly linked in
  806. configure:11225: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  807. configure:11228: $? = 0
  808. configure:11243: gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  809. configure:11246: $? = 0
  810. configure:11260: result: no
  811. configure:11425: checking dynamic linker characteristics
  812. configure:11939: gcc -std=gnu99 -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer -Wl,-rpath -Wl,/foo conftest.c >&5
  813. configure:11939: $? = 0
  814. configure:12161: result: GNU/Linux ld.so
  815. configure:12268: checking how to hardcode library paths into programs
  816. configure:12293: result: immediate
  817. configure:12833: checking whether stripping libraries is possible
  818. configure:12838: result: yes
  819. configure:12873: checking if libtool supports shared libraries
  820. configure:12875: result: yes
  821. configure:12878: checking whether to build shared libraries
  822. configure:12899: result: yes
  823. configure:12902: checking whether to build static libraries
  824. configure:12906: result: no
  825. configure:13029: checking for pkg-config
  826. configure:13047: found /usr/bin/pkg-config
  827. configure:13059: result: /usr/bin/pkg-config
  828. configure:13084: checking pkg-config is at least version 0.9.0
  829. configure:13087: result: yes
  830. configure:13106: checking for PATH_MAX in limits.h
  831. configure:13123: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  832. configure:13123: $? = 0
  833. configure:13124: result: yes
  834. configure:13150: checking for setenv
  835. configure:13150: gcc -std=gnu99 -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  836. configure:13150: $? = 0
  837. configure:13150: result: yes
  838. configure:13161: checking for unsetenv
  839. configure:13161: gcc -std=gnu99 -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  840. configure:13161: $? = 0
  841. configure:13161: result: yes
  842. configure:13174: checking fnmatch.h usability
  843. configure:13174: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  844. configure:13174: $? = 0
  845. configure:13174: result: yes
  846. configure:13174: checking fnmatch.h presence
  847. configure:13174: gcc -E conftest.c
  848. configure:13174: $? = 0
  849. configure:13174: result: yes
  850. configure:13174: checking for fnmatch.h
  851. configure:13174: result: yes
  852. configure:13189: checking for fnmatch
  853. configure:13189: gcc -std=gnu99 -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  854. configure:13189: $? = 0
  855. configure:13189: result: yes
  856. configure:13264: checking security/pam_appl.h usability
  857. configure:13264: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  858. conftest.c:73:31: fatal error: security/pam_appl.h: No such file or directory
  859. compilation terminated.
  860. configure:13264: $? = 1
  861. configure: failed program was:
  862. | /* confdefs.h */
  863. | #define PACKAGE_NAME "enlightenment"
  864. | #define PACKAGE_TARNAME "enlightenment"
  865. | #define PACKAGE_VERSION "0.16.999.75260"
  866. | #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  867. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  868. | #define PACKAGE_URL ""
  869. | #define PACKAGE "enlightenment"
  870. | #define VERSION "0.16.999.75260"
  871. | #define STDC_HEADERS 1
  872. | #define HAVE_SYS_TYPES_H 1
  873. | #define HAVE_SYS_STAT_H 1
  874. | #define HAVE_STDLIB_H 1
  875. | #define HAVE_STRING_H 1
  876. | #define HAVE_MEMORY_H 1
  877. | #define HAVE_STRINGS_H 1
  878. | #define HAVE_INTTYPES_H 1
  879. | #define HAVE_STDINT_H 1
  880. | #define HAVE_UNISTD_H 1
  881. | #define __EXTENSIONS__ 1
  882. | #define _ALL_SOURCE 1
  883. | #define _GNU_SOURCE 1
  884. | #define _POSIX_PTHREAD_SEMANTICS 1
  885. | #define _TANDEM_SOURCE 1
  886. | #define HAVE_ALLOCA_H 1
  887. | #define HAVE_ALLOCA 1
  888. | #define HAVE___ATTRIBUTE__ 1
  889. | #define __UNUSED__ __attribute__((unused))
  890. | #define HAVE_DLFCN_H 1
  891. | #define LT_OBJDIR ".libs/"
  892. | #define VMAJ 0
  893. | #define VMIN 16
  894. | #define VMIC 999
  895. | #define VREV 75260
  896. | #define HAVE_SETENV 1
  897. | #define HAVE_UNSETENV 1
  898. | #define HAVE_FNMATCH_H 1
  899. | #define HAVE_FNMATCH 1
  900. | /* end confdefs.h. */
  901. | #include <stdio.h>
  902. | #ifdef HAVE_SYS_TYPES_H
  903. | # include <sys/types.h>
  904. | #endif
  905. | #ifdef HAVE_SYS_STAT_H
  906. | # include <sys/stat.h>
  907. | #endif
  908. | #ifdef STDC_HEADERS
  909. | # include <stdlib.h>
  910. | # include <stddef.h>
  911. | #else
  912. | # ifdef HAVE_STDLIB_H
  913. | # include <stdlib.h>
  914. | # endif
  915. | #endif
  916. | #ifdef HAVE_STRING_H
  917. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  918. | # include <memory.h>
  919. | # endif
  920. | # include <string.h>
  921. | #endif
  922. | #ifdef HAVE_STRINGS_H
  923. | # include <strings.h>
  924. | #endif
  925. | #ifdef HAVE_INTTYPES_H
  926. | # include <inttypes.h>
  927. | #endif
  928. | #ifdef HAVE_STDINT_H
  929. | # include <stdint.h>
  930. | #endif
  931. | #ifdef HAVE_UNISTD_H
  932. | # include <unistd.h>
  933. | #endif
  934. | #include <security/pam_appl.h>
  935. configure:13264: result: no
  936. configure:13264: checking security/pam_appl.h presence
  937. configure:13264: gcc -E conftest.c
  938. conftest.c:40:31: fatal error: security/pam_appl.h: No such file or directory
  939. compilation terminated.
  940. configure:13264: $? = 1
  941. configure: failed program was:
  942. | /* confdefs.h */
  943. | #define PACKAGE_NAME "enlightenment"
  944. | #define PACKAGE_TARNAME "enlightenment"
  945. | #define PACKAGE_VERSION "0.16.999.75260"
  946. | #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  947. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  948. | #define PACKAGE_URL ""
  949. | #define PACKAGE "enlightenment"
  950. | #define VERSION "0.16.999.75260"
  951. | #define STDC_HEADERS 1
  952. | #define HAVE_SYS_TYPES_H 1
  953. | #define HAVE_SYS_STAT_H 1
  954. | #define HAVE_STDLIB_H 1
  955. | #define HAVE_STRING_H 1
  956. | #define HAVE_MEMORY_H 1
  957. | #define HAVE_STRINGS_H 1
  958. | #define HAVE_INTTYPES_H 1
  959. | #define HAVE_STDINT_H 1
  960. | #define HAVE_UNISTD_H 1
  961. | #define __EXTENSIONS__ 1
  962. | #define _ALL_SOURCE 1
  963. | #define _GNU_SOURCE 1
  964. | #define _POSIX_PTHREAD_SEMANTICS 1
  965. | #define _TANDEM_SOURCE 1
  966. | #define HAVE_ALLOCA_H 1
  967. | #define HAVE_ALLOCA 1
  968. | #define HAVE___ATTRIBUTE__ 1
  969. | #define __UNUSED__ __attribute__((unused))
  970. | #define HAVE_DLFCN_H 1
  971. | #define LT_OBJDIR ".libs/"
  972. | #define VMAJ 0
  973. | #define VMIN 16
  974. | #define VMIC 999
  975. | #define VREV 75260
  976. | #define HAVE_SETENV 1
  977. | #define HAVE_UNSETENV 1
  978. | #define HAVE_FNMATCH_H 1
  979. | #define HAVE_FNMATCH 1
  980. | /* end confdefs.h. */
  981. | #include <security/pam_appl.h>
  982. configure:13264: result: no
  983. configure:13264: checking for security/pam_appl.h
  984. configure:13264: result: no
  985. configure:13347: checking CFBase.h usability
  986. configure:13347: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer -I /System/Library/Frameworks/CoreFoundation.framework/Headers conftest.c >&5
  987. conftest.c:74:20: fatal error: CFBase.h: No such file or directory
  988. compilation terminated.
  989. configure:13347: $? = 1
  990. configure: failed program was:
  991. | /* confdefs.h */
  992. | #define PACKAGE_NAME "enlightenment"
  993. | #define PACKAGE_TARNAME "enlightenment"
  994. | #define PACKAGE_VERSION "0.16.999.75260"
  995. | #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  996. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  997. | #define PACKAGE_URL ""
  998. | #define PACKAGE "enlightenment"
  999. | #define VERSION "0.16.999.75260"
  1000. | #define STDC_HEADERS 1
  1001. | #define HAVE_SYS_TYPES_H 1
  1002. | #define HAVE_SYS_STAT_H 1
  1003. | #define HAVE_STDLIB_H 1
  1004. | #define HAVE_STRING_H 1
  1005. | #define HAVE_MEMORY_H 1
  1006. | #define HAVE_STRINGS_H 1
  1007. | #define HAVE_INTTYPES_H 1
  1008. | #define HAVE_STDINT_H 1
  1009. | #define HAVE_UNISTD_H 1
  1010. | #define __EXTENSIONS__ 1
  1011. | #define _ALL_SOURCE 1
  1012. | #define _GNU_SOURCE 1
  1013. | #define _POSIX_PTHREAD_SEMANTICS 1
  1014. | #define _TANDEM_SOURCE 1
  1015. | #define HAVE_ALLOCA_H 1
  1016. | #define HAVE_ALLOCA 1
  1017. | #define HAVE___ATTRIBUTE__ 1
  1018. | #define __UNUSED__ __attribute__((unused))
  1019. | #define HAVE_DLFCN_H 1
  1020. | #define LT_OBJDIR ".libs/"
  1021. | #define VMAJ 0
  1022. | #define VMIN 16
  1023. | #define VMIC 999
  1024. | #define VREV 75260
  1025. | #define HAVE_SETENV 1
  1026. | #define HAVE_UNSETENV 1
  1027. | #define HAVE_FNMATCH_H 1
  1028. | #define HAVE_FNMATCH 1
  1029. | #define MODULE_ARCH "linux-gnu-i486-ver-pre-svn-08"
  1030. | /* end confdefs.h. */
  1031. | #include <stdio.h>
  1032. | #ifdef HAVE_SYS_TYPES_H
  1033. | # include <sys/types.h>
  1034. | #endif
  1035. | #ifdef HAVE_SYS_STAT_H
  1036. | # include <sys/stat.h>
  1037. | #endif
  1038. | #ifdef STDC_HEADERS
  1039. | # include <stdlib.h>
  1040. | # include <stddef.h>
  1041. | #else
  1042. | # ifdef HAVE_STDLIB_H
  1043. | # include <stdlib.h>
  1044. | # endif
  1045. | #endif
  1046. | #ifdef HAVE_STRING_H
  1047. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1048. | # include <memory.h>
  1049. | # endif
  1050. | # include <string.h>
  1051. | #endif
  1052. | #ifdef HAVE_STRINGS_H
  1053. | # include <strings.h>
  1054. | #endif
  1055. | #ifdef HAVE_INTTYPES_H
  1056. | # include <inttypes.h>
  1057. | #endif
  1058. | #ifdef HAVE_STDINT_H
  1059. | # include <stdint.h>
  1060. | #endif
  1061. | #ifdef HAVE_UNISTD_H
  1062. | # include <unistd.h>
  1063. | #endif
  1064. | #include <CFBase.h>
  1065. configure:13347: result: no
  1066. configure:13347: checking CFBase.h presence
  1067. configure:13347: gcc -E -I /System/Library/Frameworks/CoreFoundation.framework/Headers conftest.c
  1068. conftest.c:41:20: fatal error: CFBase.h: No such file or directory
  1069. compilation terminated.
  1070. configure:13347: $? = 1
  1071. configure: failed program was:
  1072. | /* confdefs.h */
  1073. | #define PACKAGE_NAME "enlightenment"
  1074. | #define PACKAGE_TARNAME "enlightenment"
  1075. | #define PACKAGE_VERSION "0.16.999.75260"
  1076. | #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  1077. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  1078. | #define PACKAGE_URL ""
  1079. | #define PACKAGE "enlightenment"
  1080. | #define VERSION "0.16.999.75260"
  1081. | #define STDC_HEADERS 1
  1082. | #define HAVE_SYS_TYPES_H 1
  1083. | #define HAVE_SYS_STAT_H 1
  1084. | #define HAVE_STDLIB_H 1
  1085. | #define HAVE_STRING_H 1
  1086. | #define HAVE_MEMORY_H 1
  1087. | #define HAVE_STRINGS_H 1
  1088. | #define HAVE_INTTYPES_H 1
  1089. | #define HAVE_STDINT_H 1
  1090. | #define HAVE_UNISTD_H 1
  1091. | #define __EXTENSIONS__ 1
  1092. | #define _ALL_SOURCE 1
  1093. | #define _GNU_SOURCE 1
  1094. | #define _POSIX_PTHREAD_SEMANTICS 1
  1095. | #define _TANDEM_SOURCE 1
  1096. | #define HAVE_ALLOCA_H 1
  1097. | #define HAVE_ALLOCA 1
  1098. | #define HAVE___ATTRIBUTE__ 1
  1099. | #define __UNUSED__ __attribute__((unused))
  1100. | #define HAVE_DLFCN_H 1
  1101. | #define LT_OBJDIR ".libs/"
  1102. | #define VMAJ 0
  1103. | #define VMIN 16
  1104. | #define VMIC 999
  1105. | #define VREV 75260
  1106. | #define HAVE_SETENV 1
  1107. | #define HAVE_UNSETENV 1
  1108. | #define HAVE_FNMATCH_H 1
  1109. | #define HAVE_FNMATCH 1
  1110. | #define MODULE_ARCH "linux-gnu-i486-ver-pre-svn-08"
  1111. | /* end confdefs.h. */
  1112. | #include <CFBase.h>
  1113. configure:13347: result: no
  1114. configure:13347: checking for CFBase.h
  1115. configure:13347: result: no
  1116. configure:13370: checking execinfo.h usability
  1117. configure:13370: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  1118. configure:13370: $? = 0
  1119. configure:13370: result: yes
  1120. configure:13370: checking execinfo.h presence
  1121. configure:13370: gcc -E conftest.c
  1122. configure:13370: $? = 0
  1123. configure:13370: result: yes
  1124. configure:13370: checking for execinfo.h
  1125. configure:13370: result: yes
  1126. configure:13383: checking whether backtrace_symbols_fd() is in libc
  1127. configure:13402: gcc -std=gnu99 -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  1128. configure:13402: $? = 0
  1129. configure:13410: result: yes
  1130. configure:13466: checking whether NLS is requested
  1131. configure:13475: result: yes
  1132. configure:13516: checking for msgfmt
  1133. configure: trying /usr/bin/msgfmt...
  1134. 0 translated messages.
  1135. configure:13548: result: /usr/bin/msgfmt
  1136. configure:13557: checking for gmsgfmt
  1137. configure:13588: result: /usr/bin/msgfmt
  1138. configure:13639: checking for xgettext
  1139. configure: trying /usr/bin/xgettext...
  1140. /usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
  1141. configure:13671: result: /usr/bin/xgettext
  1142. configure:13717: checking for msgmerge
  1143. configure: trying /usr/bin/msgmerge...
  1144. configure:13748: result: /usr/bin/msgmerge
  1145. configure:13805: checking for ld used by GCC
  1146. configure:13869: result: /usr/i486-slackware-linux/bin/ld
  1147. configure:13876: checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld
  1148. configure:13889: result: yes
  1149. configure:13896: checking for shared library run path origin
  1150. configure:13909: result: done
  1151. configure:14410: checking for CFPreferencesCopyAppValue
  1152. configure:14428: gcc -std=gnu99 -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  1153. conftest.c:42:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
  1154. compilation terminated.
  1155. configure:14428: $? = 1
  1156. configure: failed program was:
  1157. | /* confdefs.h */
  1158. | #define PACKAGE_NAME "enlightenment"
  1159. | #define PACKAGE_TARNAME "enlightenment"
  1160. | #define PACKAGE_VERSION "0.16.999.75260"
  1161. | #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  1162. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  1163. | #define PACKAGE_URL ""
  1164. | #define PACKAGE "enlightenment"
  1165. | #define VERSION "0.16.999.75260"
  1166. | #define STDC_HEADERS 1
  1167. | #define HAVE_SYS_TYPES_H 1
  1168. | #define HAVE_SYS_STAT_H 1
  1169. | #define HAVE_STDLIB_H 1
  1170. | #define HAVE_STRING_H 1
  1171. | #define HAVE_MEMORY_H 1
  1172. | #define HAVE_STRINGS_H 1
  1173. | #define HAVE_INTTYPES_H 1
  1174. | #define HAVE_STDINT_H 1
  1175. | #define HAVE_UNISTD_H 1
  1176. | #define __EXTENSIONS__ 1
  1177. | #define _ALL_SOURCE 1
  1178. | #define _GNU_SOURCE 1
  1179. | #define _POSIX_PTHREAD_SEMANTICS 1
  1180. | #define _TANDEM_SOURCE 1
  1181. | #define HAVE_ALLOCA_H 1
  1182. | #define HAVE_ALLOCA 1
  1183. | #define HAVE___ATTRIBUTE__ 1
  1184. | #define __UNUSED__ __attribute__((unused))
  1185. | #define HAVE_DLFCN_H 1
  1186. | #define LT_OBJDIR ".libs/"
  1187. | #define VMAJ 0
  1188. | #define VMIN 16
  1189. | #define VMIC 999
  1190. | #define VREV 75260
  1191. | #define HAVE_SETENV 1
  1192. | #define HAVE_UNSETENV 1
  1193. | #define HAVE_FNMATCH_H 1
  1194. | #define HAVE_FNMATCH 1
  1195. | #define MODULE_ARCH "linux-gnu-i486-ver-pre-svn-08"
  1196. | #define HAVE_EXECINFO_H 1
  1197. | /* end confdefs.h. */
  1198. | #include <CoreFoundation/CFPreferences.h>
  1199. | int
  1200. | main ()
  1201. | {
  1202. | CFPreferencesCopyAppValue(NULL, NULL)
  1203. | ;
  1204. | return 0;
  1205. | }
  1206. configure:14437: result: no
  1207. configure:14444: checking for CFLocaleCopyCurrent
  1208. configure:14462: gcc -std=gnu99 -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  1209. conftest.c:42:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
  1210. compilation terminated.
  1211. configure:14462: $? = 1
  1212. configure: failed program was:
  1213. | /* confdefs.h */
  1214. | #define PACKAGE_NAME "enlightenment"
  1215. | #define PACKAGE_TARNAME "enlightenment"
  1216. | #define PACKAGE_VERSION "0.16.999.75260"
  1217. | #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  1218. | #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  1219. | #define PACKAGE_URL ""
  1220. | #define PACKAGE "enlightenment"
  1221. | #define VERSION "0.16.999.75260"
  1222. | #define STDC_HEADERS 1
  1223. | #define HAVE_SYS_TYPES_H 1
  1224. | #define HAVE_SYS_STAT_H 1
  1225. | #define HAVE_STDLIB_H 1
  1226. | #define HAVE_STRING_H 1
  1227. | #define HAVE_MEMORY_H 1
  1228. | #define HAVE_STRINGS_H 1
  1229. | #define HAVE_INTTYPES_H 1
  1230. | #define HAVE_STDINT_H 1
  1231. | #define HAVE_UNISTD_H 1
  1232. | #define __EXTENSIONS__ 1
  1233. | #define _ALL_SOURCE 1
  1234. | #define _GNU_SOURCE 1
  1235. | #define _POSIX_PTHREAD_SEMANTICS 1
  1236. | #define _TANDEM_SOURCE 1
  1237. | #define HAVE_ALLOCA_H 1
  1238. | #define HAVE_ALLOCA 1
  1239. | #define HAVE___ATTRIBUTE__ 1
  1240. | #define __UNUSED__ __attribute__((unused))
  1241. | #define HAVE_DLFCN_H 1
  1242. | #define LT_OBJDIR ".libs/"
  1243. | #define VMAJ 0
  1244. | #define VMIN 16
  1245. | #define VMIC 999
  1246. | #define VREV 75260
  1247. | #define HAVE_SETENV 1
  1248. | #define HAVE_UNSETENV 1
  1249. | #define HAVE_FNMATCH_H 1
  1250. | #define HAVE_FNMATCH 1
  1251. | #define MODULE_ARCH "linux-gnu-i486-ver-pre-svn-08"
  1252. | #define HAVE_EXECINFO_H 1
  1253. | /* end confdefs.h. */
  1254. | #include <CoreFoundation/CFLocale.h>
  1255. | int
  1256. | main ()
  1257. | {
  1258. | CFLocaleCopyCurrent();
  1259. | ;
  1260. | return 0;
  1261. | }
  1262. configure:14471: result: no
  1263. configure:14520: checking for GNU gettext in libc
  1264. configure:14540: gcc -std=gnu99 -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c >&5
  1265. configure:14540: $? = 0
  1266. configure:14549: result: yes
  1267. configure:15295: checking whether to use NLS
  1268. configure:15297: result: yes
  1269. configure:15300: checking where the gettext function comes from
  1270. configure:15311: result: libc
  1271. configure:15389: checking for dlopen in -ldl
  1272. configure:15414: gcc -std=gnu99 -o conftest -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer conftest.c -ldl >&5
  1273. configure:15414: $? = 0
  1274. configure:15423: result: yes
  1275. configure:15431: checking whether to install sysactions.conf
  1276. configure:15445: result: yes
  1277. configure:15456: checking whether to install enlightenment.menu
  1278. configure:15470: result: yes
  1279. configure:15481: checking whether to enable Files menu item
  1280. configure:15502: result: yes
  1281. configure:15513: checking whether the HAL device backend is enabled
  1282. configure:15515: result: no
  1283. configure:15526: checking whether the UDEV device backend is enabled
  1284. configure:15528: result: yes
  1285. configure:15534: checking for EEZE
  1286. configure:15541: $PKG_CONFIG --exists --print-errors "eeze >= 1.2.0 ecore >= 1.2.0 eina >= 1.2.0"
  1287. configure:15544: $? = 0
  1288. configure:15557: $PKG_CONFIG --exists --print-errors "eeze >= 1.2.0 ecore >= 1.2.0 eina >= 1.2.0"
  1289. configure:15560: $? = 0
  1290. configure:15597: result: yes
  1291. configure:15612: checking which device backend to use
  1292. configure:15614: result: eeze
  1293. configure:15644: checking whether the HAL mounting support is enabled
  1294. configure:15646: result: yes
  1295. configure:15651: $PKG_CONFIG --exists --print-errors "ehal >= 1.2.0"
  1296. configure:15654: $? = 0
  1297. configure:15678: checking whether the UDISKS mounting support is enabled
  1298. configure:15680: result: yes
  1299. configure:15685: $PKG_CONFIG --exists --print-errors "eukit >= 1.2.0"
  1300. configure:15688: $? = 0
  1301. configure:15720: checking whether the Eeze mounting support is enabled
  1302. configure:15722: result: no
  1303. configure:15792: eeze mounting disabled
  1304. configure:15859: checking whether to build documentation
  1305. configure:15861: result: yes
  1306. configure:15925: checking for doxygen
  1307. configure:15953: result: no
  1308. configure:15970: WARNING: no doxygen detected. Documentation will not be built
  1309. configure:16004: checking for E_REMOTE
  1310. configure:16016: $PKG_CONFIG --exists --print-errors "
  1311. ecore >= 1.2.0
  1312. ecore-ipc >= 1.2.0
  1313. eet >= 1.6.0
  1314. eina >= 1.2.0
  1315. "
  1316. configure:16024: $? = 0
  1317. configure:16047: $PKG_CONFIG --exists --print-errors "
  1318. ecore >= 1.2.0
  1319. ecore-ipc >= 1.2.0
  1320. eet >= 1.6.0
  1321. eina >= 1.2.0
  1322. "
  1323. configure:16055: $? = 0
  1324. configure:16132: result: yes
  1325. configure:16139: checking for E_START
  1326. configure:16148: $PKG_CONFIG --exists --print-errors "
  1327. eina >= 1.2.0
  1328. "
  1329. configure:16153: $? = 0
  1330. configure:16170: $PKG_CONFIG --exists --print-errors "
  1331. eina >= 1.2.0
  1332. "
  1333. configure:16175: $? = 0
  1334. configure:16240: result: yes
  1335. configure:16247: checking for E_IMC
  1336. configure:16258: $PKG_CONFIG --exists --print-errors "
  1337. ecore-file >= 1.2.0
  1338. eet >= 1.6.0
  1339. eina >= 1.2.0
  1340. "
  1341. configure:16265: $? = 0
  1342. configure:16286: $PKG_CONFIG --exists --print-errors "
  1343. ecore-file >= 1.2.0
  1344. eet >= 1.6.0
  1345. eina >= 1.2.0
  1346. "
  1347. configure:16293: $? = 0
  1348. configure:16366: result: yes
  1349. configure:16373: checking for E_THUMB
  1350. configure:16390: $PKG_CONFIG --exists --print-errors "
  1351. eina >= 1.2.0
  1352. evas >= 1.2.0
  1353. ecore >= 1.2.0
  1354. ecore-evas >= 1.2.0
  1355. edje >= 1.2.0
  1356. ecore-file >= 1.2.0
  1357. ecore-ipc >= 1.2.0
  1358. eet >= 1.6.0
  1359. efreet >= 1.2.99
  1360. "
  1361. configure:16403: $? = 0
  1362. configure:16436: $PKG_CONFIG --exists --print-errors "
  1363. eina >= 1.2.0
  1364. evas >= 1.2.0
  1365. ecore >= 1.2.0
  1366. ecore-evas >= 1.2.0
  1367. edje >= 1.2.0
  1368. ecore-file >= 1.2.0
  1369. ecore-ipc >= 1.2.0
  1370. eet >= 1.6.0
  1371. efreet >= 1.2.99
  1372. "
  1373. configure:16449: $? = 0
  1374. configure:16546: result: yes
  1375. configure:16561: WARNING: EFM requirements : ecore >= 1.2.0 ecore-file >= 1.2.0 ecore-ipc >= 1.2.0 eet >= 1.6.0 efreet >= 1.2.0 edbus >= 1.2.0 eina >= 1.2.0 dbus-1 ehal >= 1.2.0, edbus >= 1.2.0 eukit >= 1.2.0
  1376. configure:16566: checking for E_FM
  1377. configure:16573: $PKG_CONFIG --exists --print-errors "$efm_requires"
  1378. configure:16576: $? = 0
  1379. configure:16589: $PKG_CONFIG --exists --print-errors "$efm_requires"
  1380. configure:16592: $? = 0
  1381. configure:16649: result: yes
  1382. configure:16656: checking for E_FM_CMDLINE
  1383. configure:16668: $PKG_CONFIG --exists --print-errors "
  1384. ecore >= 1.2.0
  1385. ecore-file >= 1.2.0
  1386. edbus >= 1.2.0
  1387. dbus-1
  1388. "
  1389. configure:16676: $? = 0
  1390. configure:16699: $PKG_CONFIG --exists --print-errors "
  1391. ecore >= 1.2.0
  1392. ecore-file >= 1.2.0
  1393. edbus >= 1.2.0
  1394. dbus-1
  1395. "
  1396. configure:16707: $? = 0
  1397. configure:16784: result: yes
  1398. configure:16791: checking for E_FM_OP
  1399. configure:16802: $PKG_CONFIG --exists --print-errors "
  1400. ecore >= 1.2.0
  1401. ecore-file >= 1.2.0
  1402. eina >= 1.2.0
  1403. "
  1404. configure:16809: $? = 0
  1405. configure:16830: $PKG_CONFIG --exists --print-errors "
  1406. ecore >= 1.2.0
  1407. ecore-file >= 1.2.0
  1408. eina >= 1.2.0
  1409. "
  1410. configure:16837: $? = 0
  1411. configure:16910: result: yes
  1412. configure:16917: checking for E_FM_OPEN
  1413. configure:16930: $PKG_CONFIG --exists --print-errors "
  1414. ecore >= 1.2.0
  1415. ecore-ipc >= 1.2.0
  1416. ecore-con >= 1.2.0
  1417. eet >= 1.6.0
  1418. eina >= 1.2.0
  1419. "
  1420. configure:16939: $? = 0
  1421. configure:16964: $PKG_CONFIG --exists --print-errors "
  1422. ecore >= 1.2.0
  1423. ecore-ipc >= 1.2.0
  1424. ecore-con >= 1.2.0
  1425. eet >= 1.6.0
  1426. eina >= 1.2.0
  1427. "
  1428. configure:16973: $? = 0
  1429. configure:17054: result: yes
  1430. configure:17061: checking for E_SYS
  1431. configure:17070: $PKG_CONFIG --exists --print-errors "
  1432. eina >= 1.2.0
  1433. "
  1434. configure:17075: $? = 0
  1435. configure:17092: $PKG_CONFIG --exists --print-errors "
  1436. eina >= 1.2.0
  1437. "
  1438. configure:17097: $? = 0
  1439. configure:17162: result: yes
  1440. configure:17169: checking for E_INIT
  1441. configure:17184: $PKG_CONFIG --exists --print-errors "
  1442. evas >= 1.2.0
  1443. ecore >= 1.2.0
  1444. ecore-evas >= 1.2.0
  1445. ecore-x >= 1.2.0
  1446. edje >= 1.2.0
  1447. ecore-ipc >= 1.2.0
  1448. eina >= 1.2.0
  1449. "
  1450. configure:17195: $? = 0
  1451. configure:17224: $PKG_CONFIG --exists --print-errors "
  1452. evas >= 1.2.0
  1453. ecore >= 1.2.0
  1454. ecore-evas >= 1.2.0
  1455. ecore-x >= 1.2.0
  1456. edje >= 1.2.0
  1457. ecore-ipc >= 1.2.0
  1458. eina >= 1.2.0
  1459. "
  1460. configure:17235: $? = 0
  1461. configure:17324: result: yes
  1462. configure:17331: checking for E_ALERT
  1463. configure:17344: $PKG_CONFIG --exists --print-errors "
  1464. xcb
  1465. xcb-shape
  1466. eina >= 1.2.0
  1467. ecore >= 1.2.0
  1468. ecore-ipc >= 1.2.0
  1469. "
  1470. configure:17353: $? = 0
  1471. configure:17378: $PKG_CONFIG --exists --print-errors "
  1472. xcb
  1473. xcb-shape
  1474. eina >= 1.2.0
  1475. ecore >= 1.2.0
  1476. ecore-ipc >= 1.2.0
  1477. "
  1478. configure:17387: $? = 0
  1479. configure:17468: result: yes
  1480. configure:17475: checking for E
  1481. configure:17505: $PKG_CONFIG --exists --print-errors "
  1482. evas >= 1.2.0
  1483. ecore >= 1.2.0
  1484. ecore-x >= 1.2.99
  1485. ecore-evas >= 1.2.0
  1486. ecore-input >= 1.2.0
  1487. ecore-input-evas >= 1.2.0
  1488. ecore-con >= 1.2.0
  1489. ecore-ipc >= 1.2.0
  1490. ecore-file >= 1.2.0
  1491. eet >= 1.6.0
  1492. edje >= 1.2.0
  1493. efreet >= 1.2.0
  1494. efreet-mime >= 1.2.0
  1495. efreet-trash >= 1.2.0
  1496. eina >= 1.2.0
  1497. dbus-1
  1498. edbus >= 1.2.0
  1499. eio >= 1.0.0
  1500. $hal_mount
  1501. $eeze_mount
  1502. $udisks_mount
  1503. $device_backend
  1504. "
  1505. configure:17531: $? = 0
  1506. configure:17590: $PKG_CONFIG --exists --print-errors "
  1507. evas >= 1.2.0
  1508. ecore >= 1.2.0
  1509. ecore-x >= 1.2.99
  1510. ecore-evas >= 1.2.0
  1511. ecore-input >= 1.2.0
  1512. ecore-input-evas >= 1.2.0
  1513. ecore-con >= 1.2.0
  1514. ecore-ipc >= 1.2.0
  1515. ecore-file >= 1.2.0
  1516. eet >= 1.6.0
  1517. edje >= 1.2.0
  1518. efreet >= 1.2.0
  1519. efreet-mime >= 1.2.0
  1520. efreet-trash >= 1.2.0
  1521. eina >= 1.2.0
  1522. dbus-1
  1523. edbus >= 1.2.0
  1524. eio >= 1.0.0
  1525. $hal_mount
  1526. $eeze_mount
  1527. $udisks_mount
  1528. $device_backend
  1529. "
  1530. configure:17616: $? = 0
  1531. configure:17765: result: yes
  1532. configure:17804: checking for ELM
  1533. configure:17811: $PKG_CONFIG --exists --print-errors "elementary >= 1.6.9.0"
  1534. configure:17814: $? = 0
  1535. configure:17827: $PKG_CONFIG --exists --print-errors "elementary >= 1.6.9.0"
  1536. configure:17830: $? = 0
  1537. configure:17867: result: yes
  1538. configure:17884: checking for E_OPEN
  1539. configure:17895: $PKG_CONFIG --exists --print-errors "
  1540. ecore >= 1.2.0
  1541. efreet >= 1.2.0
  1542. efreet-mime >= 1.2.0
  1543. "
  1544. configure:17902: $? = 0
  1545. configure:17923: $PKG_CONFIG --exists --print-errors "
  1546. ecore >= 1.2.0
  1547. efreet >= 1.2.0
  1548. efreet-mime >= 1.2.0
  1549. "
  1550. configure:17930: $? = 0
  1551. configure:18003: result: yes
  1552. configure:18015: checking for ECORE_IMF
  1553. configure:18022: $PKG_CONFIG --exists --print-errors " ecore-imf >= 1.2.0 ecore-imf-evas >= 1.2.0 "
  1554. configure:18025: $? = 0
  1555. configure:18038: $PKG_CONFIG --exists --print-errors " ecore-imf >= 1.2.0 ecore-imf-evas >= 1.2.0 "
  1556. configure:18041: $? = 0
  1557. configure:18086: result: yes
  1558. configure:18134: Enlightenment build profile set to SLOW_PC
  1559. configure:18158: checking for EET
  1560. configure:18165: $PKG_CONFIG --exists --print-errors "eet >= 1.6.0"
  1561. configure:18168: $? = 0
  1562. configure:18181: $PKG_CONFIG --exists --print-errors "eet >= 1.6.0"
  1563. configure:18184: $? = 0
  1564. configure:18241: result: yes
  1565. configure:18357: checking for ENOTIFY
  1566. configure:18364: $PKG_CONFIG --exists --print-errors " edbus >= 1.2.0 enotify >= 1.2.0 "
  1567. configure:18367: $? = 0
  1568. configure:18380: $PKG_CONFIG --exists --print-errors " edbus >= 1.2.0 enotify >= 1.2.0 "
  1569. configure:18383: $? = 0
  1570. configure:18436: result: yes
  1571. configure:18521: checking for EPHYSICS
  1572. configure:18528: $PKG_CONFIG --exists --print-errors " ephysics "
  1573. configure:18531: $? = 0
  1574. configure:18544: $PKG_CONFIG --exists --print-errors " ephysics "
  1575. configure:18547: $? = 0
  1576. configure:18600: result: yes
  1577. configure:18713: checking whether wayland client support is enabled
  1578. configure:18715: result: no
  1579. configure:19192: checking for BATTERY
  1580. configure:19199: $PKG_CONFIG --exists --print-errors " ecore >= 1.2.0 ecore-file >= 1.2.0 ecore-con >= 1.2.0 eina >= 1.2.0 "
  1581. configure:19202: $? = 0
  1582. configure:19215: $PKG_CONFIG --exists --print-errors " ecore >= 1.2.0 ecore-file >= 1.2.0 ecore-con >= 1.2.0 eina >= 1.2.0 "
  1583. configure:19218: $? = 0
  1584. configure:19263: result: yes
  1585. configure:19395: checking for TEMPERATURE
  1586. configure:19402: $PKG_CONFIG --exists --print-errors " ecore >= 1.2.0 ecore-file >= 1.2.0 eina >= 1.2.0 "
  1587. configure:19405: $? = 0
  1588. configure:19418: $PKG_CONFIG --exists --print-errors " ecore >= 1.2.0 ecore-file >= 1.2.0 eina >= 1.2.0 "
  1589. configure:19421: $? = 0
  1590. configure:19466: result: yes
  1591. configure:20425: checking for EXCHANGE
  1592. configure:20432: $PKG_CONFIG --exists --print-errors "exchange"
  1593. Package exchange was not found in the pkg-config search path.
  1594. Perhaps you should add the directory containing `exchange.pc'
  1595. to the PKG_CONFIG_PATH environment variable
  1596. No package 'exchange' found
  1597. configure:20435: $? = 1
  1598. configure:20448: $PKG_CONFIG --exists --print-errors "exchange"
  1599. Package exchange was not found in the pkg-config search path.
  1600. Perhaps you should add the directory containing `exchange.pc'
  1601. to the PKG_CONFIG_PATH environment variable
  1602. No package 'exchange' found
  1603. configure:20451: $? = 1
  1604. configure:20464: result: no
  1605. No package 'exchange' found
  1606. configure:20482: result: no
  1607. configure:21848: checking for ALSA
  1608. configure:21855: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.8"
  1609. configure:21858: $? = 0
  1610. configure:21871: $PKG_CONFIG --exists --print-errors "alsa >= 1.0.8"
  1611. configure:21874: $? = 0
  1612. configure:21931: result: yes
  1613. configure:22076: checking for ECONNMAN
  1614. configure:22083: $PKG_CONFIG --exists --print-errors " edbus >= 1.2.0 econnman-0.7x >= 1.2.0 "
  1615. configure:22086: $? = 0
  1616. configure:22099: $PKG_CONFIG --exists --print-errors " edbus >= 1.2.0 econnman-0.7x >= 1.2.0 "
  1617. configure:22102: $? = 0
  1618. configure:22147: result: yes
  1619. configure:22279: checking for EBLUEZ
  1620. configure:22286: $PKG_CONFIG --exists --print-errors " edbus >= 1.2.0 ebluez >= 1.2.0 "
  1621. configure:22289: $? = 0
  1622. configure:22302: $PKG_CONFIG --exists --print-errors " edbus >= 1.2.0 ebluez >= 1.2.0 "
  1623. configure:22305: $? = 0
  1624. configure:22350: result: yes
  1625. configure:22482: checking for EOFONO
  1626. configure:22489: $PKG_CONFIG --exists --print-errors " edbus >= 1.2.0 eofono >= 1.2.0 "
  1627. configure:22492: $? = 0
  1628. configure:22505: $PKG_CONFIG --exists --print-errors " edbus >= 1.2.0 eofono >= 1.2.0 "
  1629. configure:22508: $? = 0
  1630. configure:22553: result: yes
  1631. configure:23714: checking for sleep.sh
  1632. configure:23748: result: no
  1633. configure:23714: checking for pm-suspend
  1634. configure:23733: found /usr/sbin/pm-suspend
  1635. configure:23745: result: /usr/sbin/pm-suspend
  1636. configure:23767: checking for hibernate.sh
  1637. configure:23801: result: no
  1638. configure:23767: checking for pm-hibernate
  1639. configure:23786: found /usr/sbin/pm-hibernate
  1640. configure:23798: result: /usr/sbin/pm-hibernate
  1641. configure:23830: checking whether the compiler supports -Wshadow
  1642. configure:23844: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer -Wshadow conftest.c >&5
  1643. configure:23844: $? = 0
  1644. configure:23850: result: yes
  1645. configure:23875: checking whether the compiler supports -Wall
  1646. configure:23889: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer -Wshadow -Wall conftest.c >&5
  1647. configure:23889: $? = 0
  1648. configure:23895: result: yes
  1649. configure:23920: checking whether the compiler supports -W
  1650. configure:23934: gcc -std=gnu99 -c -O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer -Wshadow -Wall -W conftest.c >&5
  1651. configure:23934: $? = 0
  1652. configure:23940: result: yes
  1653. configure:24418: creating ./config.status
  1654.  
  1655. ## ---------------------- ##
  1656. ## Running config.status. ##
  1657. ## ---------------------- ##
  1658.  
  1659. This file was extended by enlightenment config.status 0.16.999.75260, which was
  1660. generated by GNU Autoconf 2.69. Invocation command line was
  1661.  
  1662. CONFIG_FILES =
  1663. CONFIG_HEADERS =
  1664. CONFIG_LINKS =
  1665. CONFIG_COMMANDS =
  1666. $ ./config.status
  1667.  
  1668. on garik
  1669.  
  1670. config.status:1691: creating Makefile
  1671. config.status:1691: creating enlightenment.spec
  1672. config.status:1691: creating enlightenment.pc
  1673. config.status:1799: WARNING: 'enlightenment.pc.in' seems to ignore the --datarootdir setting
  1674. config.status:1691: creating src/Makefile
  1675. config.status:1691: creating src/bin/Makefile
  1676. config.status:1691: creating src/bin/e_fm_shared_types.h
  1677. config.status:1691: creating src/bin/e_fm/Makefile
  1678. config.status:1691: creating src/modules/Makefile
  1679. config.status:1691: creating src/modules/ibar/Makefile
  1680. config.status:1691: creating src/modules/ibar/module.desktop
  1681. config.status:1691: creating src/modules/dropshadow/Makefile
  1682. config.status:1691: creating src/modules/dropshadow/module.desktop
  1683. config.status:1691: creating src/modules/clock/Makefile
  1684. config.status:1691: creating src/modules/clock/module.desktop
  1685. config.status:1691: creating src/modules/pager/Makefile
  1686. config.status:1691: creating src/modules/pager/module.desktop
  1687. config.status:1691: creating src/modules/battery/Makefile
  1688. config.status:1691: creating src/modules/battery/module.desktop
  1689. config.status:1691: creating src/modules/temperature/Makefile
  1690. config.status:1691: creating src/modules/temperature/module.desktop
  1691. config.status:1691: creating src/modules/notification/Makefile
  1692. config.status:1691: creating src/modules/notification/module.desktop
  1693. config.status:1691: creating src/modules/cpufreq/Makefile
  1694. config.status:1691: creating src/modules/cpufreq/module.desktop
  1695. config.status:1691: creating src/modules/ibox/Makefile
  1696. config.status:1691: creating src/modules/ibox/module.desktop
  1697. config.status:1691: creating src/modules/start/Makefile
  1698. config.status:1691: creating src/modules/start/module.desktop
  1699. config.status:1691: creating src/modules/winlist/Makefile
  1700. config.status:1691: creating src/modules/winlist/module.desktop
  1701. config.status:1691: creating src/modules/fileman/Makefile
  1702. config.status:1691: creating src/modules/fileman/module.desktop
  1703. config.status:1691: creating src/modules/fileman_opinfo/Makefile
  1704. config.status:1691: creating src/modules/fileman_opinfo/module.desktop
  1705. config.status:1691: creating src/modules/wizard/Makefile
  1706. config.status:1691: creating src/modules/conf/Makefile
  1707. config.status:1691: creating src/modules/conf/module.desktop
  1708. config.status:1691: creating src/modules/conf_wallpaper2/Makefile
  1709. config.status:1691: creating src/modules/conf_wallpaper2/module.desktop
  1710. config.status:1691: creating src/modules/conf_theme/Makefile
  1711. config.status:1691: creating src/modules/conf_theme/module.desktop
  1712. config.status:1691: creating src/modules/conf_intl/Makefile
  1713. config.status:1691: creating src/modules/conf_intl/module.desktop
  1714. config.status:1691: creating src/modules/conf_applications/Makefile
  1715. config.status:1691: creating src/modules/conf_applications/module.desktop
  1716. config.status:1691: creating src/modules/conf_display/Makefile
  1717. config.status:1691: creating src/modules/conf_display/module.desktop
  1718. config.status:1691: creating src/modules/conf_shelves/Makefile
  1719. config.status:1691: creating src/modules/conf_shelves/module.desktop
  1720. config.status:1691: creating src/modules/conf_keybindings/Makefile
  1721. config.status:1691: creating src/modules/conf_keybindings/module.desktop
  1722. config.status:1691: creating src/modules/conf_edgebindings/Makefile
  1723. config.status:1691: creating src/modules/conf_edgebindings/module.desktop
  1724. config.status:1691: creating src/modules/conf_window_remembers/Makefile
  1725. config.status:1691: creating src/modules/conf_window_remembers/module.desktop
  1726. config.status:1691: creating src/modules/conf_window_manipulation/Makefile
  1727. config.status:1691: creating src/modules/conf_window_manipulation/module.desktop
  1728. config.status:1691: creating src/modules/conf_menus/Makefile
  1729. config.status:1691: creating src/modules/conf_menus/module.desktop
  1730. config.status:1691: creating src/modules/conf_dialogs/Makefile
  1731. config.status:1691: creating src/modules/conf_dialogs/module.desktop
  1732. config.status:1691: creating src/modules/conf_performance/Makefile
  1733. config.status:1691: creating src/modules/conf_performance/module.desktop
  1734. config.status:1691: creating src/modules/conf_paths/Makefile
  1735. config.status:1691: creating src/modules/conf_paths/module.desktop
  1736. config.status:1691: creating src/modules/conf_interaction/Makefile
  1737. config.status:1691: creating src/modules/conf_interaction/module.desktop
  1738. config.status:1691: creating src/modules/msgbus/Makefile
  1739. config.status:1691: creating src/modules/msgbus/module.desktop
  1740. config.status:1691: creating src/modules/conf_randr/Makefile
  1741. config.status:1691: creating src/modules/conf_randr/module.desktop
  1742. config.status:1691: creating src/modules/gadman/Makefile
  1743. config.status:1691: creating src/modules/gadman/module.desktop
  1744. config.status:1691: creating src/modules/mixer/Makefile
  1745. config.status:1691: creating src/modules/mixer/module.desktop
  1746. config.status:1691: creating src/modules/connman/Makefile
  1747. config.status:1691: creating src/modules/connman/module.desktop
  1748. config.status:1691: creating src/modules/bluez/Makefile
  1749. config.status:1691: creating src/modules/bluez/module.desktop
  1750. config.status:1691: creating src/modules/ofono/Makefile
  1751. config.status:1691: creating src/modules/ofono/module.desktop
  1752. config.status:1691: creating src/modules/illume2/Makefile
  1753. config.status:1691: creating src/modules/illume2/doc/illume.dox
  1754. config.status:1691: creating src/modules/illume2/doc/Makefile
  1755. config.status:1691: creating src/modules/illume2/images/Makefile
  1756. config.status:1691: creating src/modules/illume2/module.desktop
  1757. config.status:1691: creating src/modules/illume2/keyboards/Makefile
  1758. config.status:1691: creating src/modules/illume2/policies/Makefile
  1759. config.status:1691: creating src/modules/illume2/policies/illume/Makefile
  1760. config.status:1691: creating src/modules/illume2/policies/tablet/Makefile
  1761. config.status:1691: creating src/modules/illume-home/Makefile
  1762. config.status:1691: creating src/modules/illume-home/module.desktop
  1763. config.status:1691: creating src/modules/illume-home-toggle/Makefile
  1764. config.status:1691: creating src/modules/illume-home-toggle/module.desktop
  1765. config.status:1691: creating src/modules/illume-softkey/Makefile
  1766. config.status:1691: creating src/modules/illume-softkey/module.desktop
  1767. config.status:1691: creating src/modules/illume-softkey/images/Makefile
  1768. config.status:1691: creating src/modules/illume-keyboard/Makefile
  1769. config.status:1691: creating src/modules/illume-keyboard/module.desktop
  1770. config.status:1691: creating src/modules/illume-keyboard/keyboards/Makefile
  1771. config.status:1691: creating src/modules/illume-keyboard/dicts/Makefile
  1772. config.status:1691: creating src/modules/illume-keyboard/images/Makefile
  1773. config.status:1691: creating src/modules/illume-indicator/Makefile
  1774. config.status:1691: creating src/modules/illume-indicator/module.desktop
  1775. config.status:1691: creating src/modules/illume-indicator/images/Makefile
  1776. config.status:1691: creating src/modules/illume-kbd-toggle/Makefile
  1777. config.status:1691: creating src/modules/illume-kbd-toggle/module.desktop
  1778. config.status:1691: creating src/modules/illume-mode-toggle/Makefile
  1779. config.status:1691: creating src/modules/illume-mode-toggle/module.desktop
  1780. config.status:1691: creating src/modules/illume-bluetooth/Makefile
  1781. config.status:1691: creating src/modules/illume-bluetooth/module.desktop
  1782. config.status:1691: creating src/modules/syscon/Makefile
  1783. config.status:1691: creating src/modules/syscon/module.desktop
  1784. config.status:1691: creating src/modules/everything/Makefile
  1785. config.status:1691: creating src/modules/everything/module.desktop
  1786. config.status:1691: creating src/modules/everything/everything.pc
  1787. config.status:1691: creating src/modules/systray/Makefile
  1788. config.status:1691: creating src/modules/systray/module.desktop
  1789. config.status:1691: creating src/modules/comp/Makefile
  1790. config.status:1691: creating src/modules/comp/module.desktop
  1791. config.status:1691: creating src/modules/physics/Makefile
  1792. config.status:1691: creating src/modules/physics/module.desktop
  1793. config.status:1691: creating src/modules/shot/Makefile
  1794. config.status:1691: creating src/modules/shot/module.desktop
  1795. config.status:1691: creating src/modules/backlight/Makefile
  1796. config.status:1691: creating src/modules/backlight/module.desktop
  1797. config.status:1691: creating src/modules/tasks/Makefile
  1798. config.status:1691: creating src/modules/tasks/module.desktop
  1799. config.status:1691: creating src/modules/xkbswitch/Makefile
  1800. config.status:1691: creating src/modules/xkbswitch/module.desktop
  1801. config.status:1691: creating src/modules/tiling/Makefile
  1802. config.status:1691: creating src/modules/tiling/module.desktop
  1803. config.status:1691: creating src/modules/access/Makefile
  1804. config.status:1691: creating src/modules/access/module.desktop
  1805. config.status:1691: creating src/preload/Makefile
  1806. config.status:1691: creating data/Makefile
  1807. config.status:1691: creating data/images/Makefile
  1808. config.status:1691: creating data/flags/Makefile
  1809. config.status:1691: creating data/favorites/Makefile
  1810. config.status:1691: creating data/desktop/Makefile
  1811. config.status:1691: creating data/input_methods/Makefile
  1812. config.status:1691: creating data/themes/Makefile
  1813. config.status:1691: creating data/themes/images/Makefile
  1814. config.status:1691: creating data/xsession/Makefile
  1815. config.status:1691: creating data/xsession/enlightenment.desktop
  1816. config.status:1691: creating data/tools/Makefile
  1817. config.status:1691: creating data/etc/Makefile
  1818. config.status:1691: creating data/etc/sysactions.conf
  1819. config.status:1691: creating data/icons/Makefile
  1820. config.status:1691: creating data/backgrounds/Makefile
  1821. config.status:1691: creating doc/Makefile
  1822. config.status:1691: creating doc/Doxyfile
  1823. config.status:1691: creating doc/e.dox
  1824. config.status:1691: creating config/Makefile
  1825. config.status:1691: creating config/default/Makefile
  1826. config.status:1691: creating config/standard/Makefile
  1827. config.status:1691: creating config/mobile/Makefile
  1828. config.status:1691: creating po/Makefile.in
  1829. config.status:1691: creating config.h
  1830. config.status:1920: executing depfiles commands
  1831. config.status:1920: executing libtool commands
  1832. config.status:1920: executing po-directories commands
  1833.  
  1834. ## ---------------- ##
  1835. ## Cache variables. ##
  1836. ## ---------------- ##
  1837.  
  1838. ac_cv___attribute__=yes
  1839. ac_cv_build=i486-slackware-linux-gnu
  1840. ac_cv_c_bigendian=no
  1841. ac_cv_c_compiler_gnu=yes
  1842. ac_cv_c_const=yes
  1843. ac_cv_env_ALSA_CFLAGS_set=
  1844. ac_cv_env_ALSA_CFLAGS_value=
  1845. ac_cv_env_ALSA_LIBS_set=
  1846. ac_cv_env_ALSA_LIBS_value=
  1847. ac_cv_env_BATTERY_CFLAGS_set=
  1848. ac_cv_env_BATTERY_CFLAGS_value=
  1849. ac_cv_env_BATTERY_LIBS_set=
  1850. ac_cv_env_BATTERY_LIBS_value=
  1851. ac_cv_env_CC_set=
  1852. ac_cv_env_CC_value=
  1853. ac_cv_env_CFLAGS_set=set
  1854. ac_cv_env_CFLAGS_value='-O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer'
  1855. ac_cv_env_CPPFLAGS_set=
  1856. ac_cv_env_CPPFLAGS_value=
  1857. ac_cv_env_CPP_set=
  1858. ac_cv_env_CPP_value=
  1859. ac_cv_env_EBLUEZ_CFLAGS_set=
  1860. ac_cv_env_EBLUEZ_CFLAGS_value=
  1861. ac_cv_env_EBLUEZ_LIBS_set=
  1862. ac_cv_env_EBLUEZ_LIBS_value=
  1863. ac_cv_env_ECONNMAN_CFLAGS_set=
  1864. ac_cv_env_ECONNMAN_CFLAGS_value=
  1865. ac_cv_env_ECONNMAN_LIBS_set=
  1866. ac_cv_env_ECONNMAN_LIBS_value=
  1867. ac_cv_env_ECORE_IMF_CFLAGS_set=
  1868. ac_cv_env_ECORE_IMF_CFLAGS_value=
  1869. ac_cv_env_ECORE_IMF_LIBS_set=
  1870. ac_cv_env_ECORE_IMF_LIBS_value=
  1871. ac_cv_env_EET_CFLAGS_set=
  1872. ac_cv_env_EET_CFLAGS_value=
  1873. ac_cv_env_EET_LIBS_set=
  1874. ac_cv_env_EET_LIBS_value=
  1875. ac_cv_env_EEZE_CFLAGS_set=
  1876. ac_cv_env_EEZE_CFLAGS_value=
  1877. ac_cv_env_EEZE_LIBS_set=
  1878. ac_cv_env_EEZE_LIBS_value=
  1879. ac_cv_env_ELM_CFLAGS_set=
  1880. ac_cv_env_ELM_CFLAGS_value=
  1881. ac_cv_env_ELM_LIBS_set=
  1882. ac_cv_env_ELM_LIBS_value=
  1883. ac_cv_env_ENOTIFY_CFLAGS_set=
  1884. ac_cv_env_ENOTIFY_CFLAGS_value=
  1885. ac_cv_env_ENOTIFY_LIBS_set=
  1886. ac_cv_env_ENOTIFY_LIBS_value=
  1887. ac_cv_env_EOFONO_CFLAGS_set=
  1888. ac_cv_env_EOFONO_CFLAGS_value=
  1889. ac_cv_env_EOFONO_LIBS_set=
  1890. ac_cv_env_EOFONO_LIBS_value=
  1891. ac_cv_env_EPHYSICS_CFLAGS_set=
  1892. ac_cv_env_EPHYSICS_CFLAGS_value=
  1893. ac_cv_env_EPHYSICS_LIBS_set=
  1894. ac_cv_env_EPHYSICS_LIBS_value=
  1895. ac_cv_env_EXCHANGE_CFLAGS_set=
  1896. ac_cv_env_EXCHANGE_CFLAGS_value=
  1897. ac_cv_env_EXCHANGE_LIBS_set=
  1898. ac_cv_env_EXCHANGE_LIBS_value=
  1899. ac_cv_env_E_ALERT_CFLAGS_set=
  1900. ac_cv_env_E_ALERT_CFLAGS_value=
  1901. ac_cv_env_E_ALERT_LIBS_set=
  1902. ac_cv_env_E_ALERT_LIBS_value=
  1903. ac_cv_env_E_CFLAGS_set=
  1904. ac_cv_env_E_CFLAGS_value=
  1905. ac_cv_env_E_FM_CFLAGS_set=
  1906. ac_cv_env_E_FM_CFLAGS_value=
  1907. ac_cv_env_E_FM_CMDLINE_CFLAGS_set=
  1908. ac_cv_env_E_FM_CMDLINE_CFLAGS_value=
  1909. ac_cv_env_E_FM_CMDLINE_LIBS_set=
  1910. ac_cv_env_E_FM_CMDLINE_LIBS_value=
  1911. ac_cv_env_E_FM_LIBS_set=
  1912. ac_cv_env_E_FM_LIBS_value=
  1913. ac_cv_env_E_FM_OPEN_CFLAGS_set=
  1914. ac_cv_env_E_FM_OPEN_CFLAGS_value=
  1915. ac_cv_env_E_FM_OPEN_LIBS_set=
  1916. ac_cv_env_E_FM_OPEN_LIBS_value=
  1917. ac_cv_env_E_FM_OP_CFLAGS_set=
  1918. ac_cv_env_E_FM_OP_CFLAGS_value=
  1919. ac_cv_env_E_FM_OP_LIBS_set=
  1920. ac_cv_env_E_FM_OP_LIBS_value=
  1921. ac_cv_env_E_IMC_CFLAGS_set=
  1922. ac_cv_env_E_IMC_CFLAGS_value=
  1923. ac_cv_env_E_IMC_LIBS_set=
  1924. ac_cv_env_E_IMC_LIBS_value=
  1925. ac_cv_env_E_INIT_CFLAGS_set=
  1926. ac_cv_env_E_INIT_CFLAGS_value=
  1927. ac_cv_env_E_INIT_LIBS_set=
  1928. ac_cv_env_E_INIT_LIBS_value=
  1929. ac_cv_env_E_LIBS_set=
  1930. ac_cv_env_E_LIBS_value=
  1931. ac_cv_env_E_OPEN_CFLAGS_set=
  1932. ac_cv_env_E_OPEN_CFLAGS_value=
  1933. ac_cv_env_E_OPEN_LIBS_set=
  1934. ac_cv_env_E_OPEN_LIBS_value=
  1935. ac_cv_env_E_REMOTE_CFLAGS_set=
  1936. ac_cv_env_E_REMOTE_CFLAGS_value=
  1937. ac_cv_env_E_REMOTE_LIBS_set=
  1938. ac_cv_env_E_REMOTE_LIBS_value=
  1939. ac_cv_env_E_START_CFLAGS_set=
  1940. ac_cv_env_E_START_CFLAGS_value=
  1941. ac_cv_env_E_START_LIBS_set=
  1942. ac_cv_env_E_START_LIBS_value=
  1943. ac_cv_env_E_SYS_CFLAGS_set=
  1944. ac_cv_env_E_SYS_CFLAGS_value=
  1945. ac_cv_env_E_SYS_LIBS_set=
  1946. ac_cv_env_E_SYS_LIBS_value=
  1947. ac_cv_env_E_THUMB_CFLAGS_set=
  1948. ac_cv_env_E_THUMB_CFLAGS_value=
  1949. ac_cv_env_E_THUMB_LIBS_set=
  1950. ac_cv_env_E_THUMB_LIBS_value=
  1951. ac_cv_env_LDFLAGS_set=
  1952. ac_cv_env_LDFLAGS_value=
  1953. ac_cv_env_LIBS_set=
  1954. ac_cv_env_LIBS_value=
  1955. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  1956. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  1957. ac_cv_env_PKG_CONFIG_PATH_set=set
  1958. ac_cv_env_PKG_CONFIG_PATH_value=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
  1959. ac_cv_env_PKG_CONFIG_set=
  1960. ac_cv_env_PKG_CONFIG_value=
  1961. ac_cv_env_TEMPERATURE_CFLAGS_set=
  1962. ac_cv_env_TEMPERATURE_CFLAGS_value=
  1963. ac_cv_env_TEMPERATURE_LIBS_set=
  1964. ac_cv_env_TEMPERATURE_LIBS_value=
  1965. ac_cv_env_WAYLAND_CFLAGS_set=
  1966. ac_cv_env_WAYLAND_CFLAGS_value=
  1967. ac_cv_env_WAYLAND_LIBS_set=
  1968. ac_cv_env_WAYLAND_LIBS_value=
  1969. ac_cv_env_build_alias_set=set
  1970. ac_cv_env_build_alias_value=i486-slackware-linux
  1971. ac_cv_env_host_alias_set=
  1972. ac_cv_env_host_alias_value=
  1973. ac_cv_env_target_alias_set=
  1974. ac_cv_env_target_alias_value=
  1975. ac_cv_func_alloca_works=yes
  1976. ac_cv_func_fnmatch=yes
  1977. ac_cv_func_setenv=yes
  1978. ac_cv_func_unsetenv=yes
  1979. ac_cv_header_CFBase_h=no
  1980. ac_cv_header_dlfcn_h=yes
  1981. ac_cv_header_execinfo_h=yes
  1982. ac_cv_header_fnmatch_h=yes
  1983. ac_cv_header_inttypes_h=yes
  1984. ac_cv_header_memory_h=yes
  1985. ac_cv_header_minix_config_h=no
  1986. ac_cv_header_security_pam_appl_h=no
  1987. ac_cv_header_stdc=yes
  1988. ac_cv_header_stdint_h=yes
  1989. ac_cv_header_stdlib_h=yes
  1990. ac_cv_header_string_h=yes
  1991. ac_cv_header_strings_h=yes
  1992. ac_cv_header_sys_stat_h=yes
  1993. ac_cv_header_sys_types_h=yes
  1994. ac_cv_header_unistd_h=yes
  1995. ac_cv_host=i486-slackware-linux-gnu
  1996. ac_cv_lib_cposix_strerror=no
  1997. ac_cv_lib_dl_dlopen=yes
  1998. ac_cv_objext=o
  1999. ac_cv_path_EGREP='/usr/bin/grep -E'
  2000. ac_cv_path_FGREP='/usr/bin/grep -F'
  2001. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  2002. ac_cv_path_GREP=/usr/bin/grep
  2003. ac_cv_path_HIBERNATE=/usr/sbin/pm-hibernate
  2004. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  2005. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  2006. ac_cv_path_SED=/usr/bin/sed
  2007. ac_cv_path_SUSPEND=/usr/sbin/pm-suspend
  2008. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  2009. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  2010. ac_cv_path_install='/usr/bin/ginstall -c'
  2011. ac_cv_path_mkdir=/usr/bin/mkdir
  2012. ac_cv_prog_AWK=gawk
  2013. ac_cv_prog_CPP='gcc -E'
  2014. ac_cv_prog_ac_ct_AR=ar
  2015. ac_cv_prog_ac_ct_CC=gcc
  2016. ac_cv_prog_ac_ct_DLLTOOL=dlltool
  2017. ac_cv_prog_ac_ct_OBJDUMP=objdump
  2018. ac_cv_prog_ac_ct_RANLIB=ranlib
  2019. ac_cv_prog_ac_ct_STRIP=strip
  2020. ac_cv_prog_cc_c89=
  2021. ac_cv_prog_cc_c99=-std=gnu99
  2022. ac_cv_prog_cc_g=yes
  2023. ac_cv_prog_cc_gcc_c_o=yes
  2024. ac_cv_prog_efl_have_doxygen=no
  2025. ac_cv_prog_make_make_set=yes
  2026. ac_cv_safe_to_define___extensions__=yes
  2027. ac_cv_type_size_t=yes
  2028. ac_cv_working_alloca_h=yes
  2029. acl_cv_hardcode_direct=no
  2030. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  2031. acl_cv_hardcode_libdir_separator=
  2032. acl_cv_hardcode_minus_L=no
  2033. acl_cv_libext=a
  2034. acl_cv_libname_spec='lib$name'
  2035. acl_cv_library_names_spec='$libname$shrext'
  2036. acl_cv_path_LD=/usr/i486-slackware-linux/bin/ld
  2037. acl_cv_prog_gnu_ld=yes
  2038. acl_cv_rpath=done
  2039. acl_cv_shlibext=so
  2040. acl_cv_wl=-Wl,
  2041. am_cv_CC_dependencies_compiler_type=gcc3
  2042. am_cv_make_support_nested_variables=yes
  2043. e_cv_enable_files=yes
  2044. e_cv_enable_install_enlightenment_menu=yes
  2045. e_cv_enable_install_sysactions=yes
  2046. e_cv_want_device_hal=no
  2047. e_cv_want_device_udev=yes
  2048. e_cv_want_enotify=yes
  2049. e_cv_want_ephysics=yes
  2050. e_cv_want_mount_eeze=no
  2051. e_cv_want_mount_hal=yes
  2052. e_cv_want_mount_udisks=yes
  2053. e_cv_want_wayland_clients=no
  2054. gt_cv_func_CFLocaleCopyCurrent=no
  2055. gt_cv_func_CFPreferencesCopyAppValue=no
  2056. gt_cv_func_gnugettext2_libc=yes
  2057. lt_cv_ar_at_file=@
  2058. lt_cv_archive_cmds_need_lc=no
  2059. lt_cv_deplibs_check_method=pass_all
  2060. lt_cv_file_magic_cmd='$MAGIC_CMD'
  2061. lt_cv_file_magic_test_file=
  2062. lt_cv_ld_reload_flag=-r
  2063. lt_cv_nm_interface='BSD nm'
  2064. lt_cv_objdir=.libs
  2065. lt_cv_path_LD=/usr/i486-slackware-linux/bin/ld
  2066. lt_cv_path_NM='/usr/bin/nm -B'
  2067. lt_cv_path_mainfest_tool=no
  2068. lt_cv_prog_compiler_c_o=yes
  2069. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  2070. lt_cv_prog_compiler_pic_works=yes
  2071. lt_cv_prog_compiler_rtti_exceptions=no
  2072. lt_cv_prog_compiler_static_works=yes
  2073. lt_cv_prog_gnu_ld=yes
  2074. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  2075. lt_cv_shlibpath_overrides_runpath=no
  2076. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  2077. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  2078. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  2079. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  2080. lt_cv_sys_max_cmd_len=1572864
  2081. lt_cv_to_host_file_cmd=func_convert_file_noop
  2082. lt_cv_to_tool_file_cmd=func_convert_file_noop
  2083. pkg_cv_ALSA_CFLAGS='-I/usr/include/alsa '
  2084. pkg_cv_ALSA_LIBS='-lasound '
  2085. pkg_cv_BATTERY_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 '
  2086. pkg_cv_BATTERY_LIBS='-pthread -lecore -lecore_file -lecore_con -leina '
  2087. pkg_cv_EBLUEZ_CFLAGS='-I/usr/include/e_dbus-1 -I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind '
  2088. pkg_cv_EBLUEZ_LIBS='-ledbus -ldbus-1 -lpthread -lrt -lebluez '
  2089. pkg_cv_ECONNMAN_CFLAGS='-I/usr/include/e_dbus-1 -I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind '
  2090. pkg_cv_ECONNMAN_LIBS='-ledbus -ldbus-1 -lpthread -lrt -leconnman0_7x '
  2091. pkg_cv_ECORE_IMF_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind -I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/p11-kit-1 '
  2092. pkg_cv_ECORE_IMF_LIBS='-lecore_imf -lecore_imf_evas '
  2093. pkg_cv_EET_CFLAGS='-I/usr/include/eet-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 '
  2094. pkg_cv_EET_LIBS='-leet '
  2095. pkg_cv_EEZE_CFLAGS='-I/usr/include/eeze-1 -I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind '
  2096. pkg_cv_EEZE_LIBS='-pthread -leeze -lecore -leina '
  2097. pkg_cv_ELM_CFLAGS='-I/usr/include/elementary-1 -I/usr/include/ethumb-1 -I/usr/include/efreet-1 -I/usr/include/e_dbus-1 -I/usr/include/ecore-1 -I/usr/include/emotion-1 -I/usr/include/eio-1 -I/usr/include/edje-1 -I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/p11-kit-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/embryo-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/eeze-1 '
  2098. pkg_cv_ELM_LIBS='-pthread -lelementary -lm -leet -levas -lecore -leina -lecore_evas -lecore_file -ledje -lefreet -lefreet_mime -lefreet_trash -ledbus -ldbus-1 -lpthread -lrt -lethumb_client -lemap -lecore_imf -lecore_con '
  2099. pkg_cv_ENOTIFY_CFLAGS='-I/usr/include/e_dbus-1 -I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind -I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/p11-kit-1 '
  2100. pkg_cv_ENOTIFY_LIBS='-ledbus -ldbus-1 -lpthread -lrt -lenotify '
  2101. pkg_cv_EOFONO_CFLAGS='-I/usr/include/e_dbus-1 -I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind '
  2102. pkg_cv_EOFONO_LIBS='-ledbus -ldbus-1 -lpthread -lrt -leofono '
  2103. pkg_cv_EPHYSICS_CFLAGS='-I/usr/include/ephysics-0 -I/usr/include/bullet -I/usr/include/ecore-1 -I/usr/include/evas-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind -I/usr/include/eet-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/p11-kit-1 '
  2104. pkg_cv_EPHYSICS_LIBS='-lephysics '
  2105. pkg_cv_E_ALERT_CFLAGS='-I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/p11-kit-1 '
  2106. pkg_cv_E_ALERT_LIBS='-pthread -lxcb-shape -lxcb -lecore -leina -lecore_ipc '
  2107. pkg_cv_E_CFLAGS='-I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 -I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/edje-1 -I/usr/include/eio-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/e_dbus-1 -I/usr/include/eeze-1 '
  2108. pkg_cv_E_FM_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 -I/usr/include/eet-1 -I/usr/include/efreet-1 -I/usr/include/e_dbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  2109. pkg_cv_E_FM_CMDLINE_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 -I/usr/include/e_dbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  2110. pkg_cv_E_FM_CMDLINE_LIBS='-pthread -lecore -leina -lecore_file -ledbus -ldbus-1 -lpthread -lrt '
  2111. pkg_cv_E_FM_LIBS='-pthread -lecore -lecore_file -lecore_ipc -leet -lefreet -leina -lehal -ledbus -ldbus-1 -lpthread -lrt -leukit '
  2112. pkg_cv_E_FM_OPEN_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 -I/usr/include/eet-1 '
  2113. pkg_cv_E_FM_OPEN_LIBS='-pthread -lecore -lecore_ipc -lecore_con -leet -leina '
  2114. pkg_cv_E_FM_OP_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 '
  2115. pkg_cv_E_FM_OP_LIBS='-pthread -lecore -lecore_file -leina '
  2116. pkg_cv_E_IMC_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/p11-kit-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind -I/usr/include/eet-1 '
  2117. pkg_cv_E_IMC_LIBS='-pthread -lecore_file -leet -leina '
  2118. pkg_cv_E_INIT_CFLAGS='-I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 -I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/edje-1 -I/usr/include/eio-1 -I/usr/include/embryo-1 '
  2119. pkg_cv_E_INIT_LIBS='-pthread -levas -lrt -lecore -lecore_evas -lecore_x -ledje -lecore_ipc -leina '
  2120. pkg_cv_E_LIBS='-pthread -levas -lecore -lecore_x -lecore_evas -lecore_input -lecore_input_evas -lecore_con -lecore_ipc -lecore_file -leet -ledje -lefreet -lefreet_mime -lefreet_trash -leina -leio -lehal -ledbus -ldbus-1 -lpthread -lrt -leukit -leeze '
  2121. pkg_cv_E_OPEN_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/efreet-1 -I/usr/include/eet-1 -I/usr/include/p11-kit-1 '
  2122. pkg_cv_E_OPEN_LIBS='-pthread -lecore -leina -lefreet -lefreet_mime '
  2123. pkg_cv_E_REMOTE_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 -I/usr/include/eet-1 '
  2124. pkg_cv_E_REMOTE_LIBS='-pthread -lecore -lecore_ipc -leet -leina '
  2125. pkg_cv_E_START_CFLAGS='-I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind '
  2126. pkg_cv_E_START_LIBS='-pthread -leina '
  2127. pkg_cv_E_SYS_CFLAGS='-I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind '
  2128. pkg_cv_E_SYS_LIBS='-pthread -leina '
  2129. pkg_cv_E_THUMB_CFLAGS='-I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/p11-kit-1 -I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/edje-1 -I/usr/include/eio-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 '
  2130. pkg_cv_E_THUMB_LIBS='-pthread -levas -lrt -lecore -leina -lecore_evas -ledje -lecore_file -lecore_ipc -leet -lefreet '
  2131. pkg_cv_TEMPERATURE_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 '
  2132. pkg_cv_TEMPERATURE_LIBS='-pthread -lecore -lecore_file -leina '
  2133.  
  2134. ## ----------------- ##
  2135. ## Output variables. ##
  2136. ## ----------------- ##
  2137.  
  2138. ACLOCAL='${SHELL} /tmp/tgz/e17/enlightenment/missing --run aclocal-1.11'
  2139. ALLOCA=''
  2140. ALL_LINGUAS='bg ca cs da de el eo es fi fr fr_CH he hu it ja ko nb nl pl pt_BR ru sk sl sv tr zh_CN zh_TW'
  2141. ALSA_CFLAGS='-I/usr/include/alsa '
  2142. ALSA_LIBS='-lasound '
  2143. ALSA_VERSION='1.0.25'
  2144. AMDEPBACKSLASH='\'
  2145. AMDEP_FALSE='#'
  2146. AMDEP_TRUE=''
  2147. AMTAR='$${TAR-tar}'
  2148. AM_BACKSLASH='\'
  2149. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  2150. AM_DEFAULT_VERBOSITY='0'
  2151. AM_V='$(V)'
  2152. AR='ar'
  2153. AUTOCONF='${SHELL} /tmp/tgz/e17/enlightenment/missing --run autoconf'
  2154. AUTOHEADER='${SHELL} /tmp/tgz/e17/enlightenment/missing --run autoheader'
  2155. AUTOMAKE='${SHELL} /tmp/tgz/e17/enlightenment/missing --run automake-1.11'
  2156. AWK='gawk'
  2157. BATTERY_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 '
  2158. BATTERY_LDFLAGS=''
  2159. BATTERY_LIBS='-pthread -lecore -lecore_file -lecore_con -leina '
  2160. BATTERY_VERSION=''
  2161. CC='gcc -std=gnu99'
  2162. CCDEPMODE='depmode=gcc3'
  2163. CFLAGS='-O3 -march=i686 -mtune=native -pipe -fomit-frame-pointer -Wshadow -Wall -W'
  2164. CPP='gcc -E'
  2165. CPPFLAGS=''
  2166. CYGPATH_W='echo'
  2167. DBUS_MOUNT_CONFIG='1'
  2168. DEFS='-DHAVE_CONFIG_H'
  2169. DEPDIR='.deps'
  2170. DLLTOOL='dlltool'
  2171. DSYMUTIL=''
  2172. DUMPBIN=''
  2173. EBLUEZ_CFLAGS='-I/usr/include/e_dbus-1 -I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind '
  2174. EBLUEZ_LIBS='-ledbus -ldbus-1 -lpthread -lrt -lebluez '
  2175. EBLUEZ_VERSION=''
  2176. ECHO_C=''
  2177. ECHO_N='-n'
  2178. ECHO_T=''
  2179. ECONNMAN_CFLAGS='-I/usr/include/e_dbus-1 -I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind '
  2180. ECONNMAN_LIBS='-ledbus -ldbus-1 -lpthread -lrt -leconnman0_7x '
  2181. ECONNMAN_VERSION=''
  2182. ECORE_IMF_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind -I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/p11-kit-1 '
  2183. ECORE_IMF_LIBS='-lecore_imf -lecore_imf_evas '
  2184. ECORE_IMF_VERSION=''
  2185. EDJE_DEF='-DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4 -DMEDIUM_PC=5 -DFAST_PC=6 -DE17_PROFILE=SLOW_PC'
  2186. EET_CFLAGS='-I/usr/include/eet-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 '
  2187. EET_LIBS='-leet '
  2188. EEZE_CFLAGS='-I/usr/include/eeze-1 -I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind '
  2189. EEZE_LIBS='-pthread -leeze -lecore -leina '
  2190. EEZE_MOUNT_CONFIG='0'
  2191. EFL_BUILD_DOC_FALSE=''
  2192. EFL_BUILD_DOC_TRUE='#'
  2193. EGREP='/usr/bin/grep -E'
  2194. ELM_CFLAGS='-I/usr/include/elementary-1 -I/usr/include/ethumb-1 -I/usr/include/efreet-1 -I/usr/include/e_dbus-1 -I/usr/include/ecore-1 -I/usr/include/emotion-1 -I/usr/include/eio-1 -I/usr/include/edje-1 -I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/p11-kit-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/embryo-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/eeze-1 '
  2195. ELM_LIBS='-pthread -lelementary -lm -leet -levas -lecore -leina -lecore_evas -lecore_file -ledje -lefreet -lefreet_mime -lefreet_trash -ledbus -ldbus-1 -lpthread -lrt -lethumb_client -lemap -lecore_imf -lecore_con '
  2196. ENOTIFY_CFLAGS='-I/usr/include/e_dbus-1 -I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind -I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/p11-kit-1 '
  2197. ENOTIFY_LIBS='-ledbus -ldbus-1 -lpthread -lrt -lenotify '
  2198. ENOTIFY_VERSION=''
  2199. EOFONO_CFLAGS='-I/usr/include/e_dbus-1 -I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind '
  2200. EOFONO_LIBS='-ledbus -ldbus-1 -lpthread -lrt -leofono '
  2201. EOFONO_VERSION=''
  2202. EPHYSICS_CFLAGS='-I/usr/include/ephysics-0 -I/usr/include/bullet -I/usr/include/ecore-1 -I/usr/include/evas-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind -I/usr/include/eet-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/p11-kit-1 '
  2203. EPHYSICS_LIBS='-lephysics '
  2204. EPHYSICS_VERSION=''
  2205. EXCHANGE_CFLAGS=''
  2206. EXCHANGE_LIBS=''
  2207. EXCHANGE_VERSION=''
  2208. EXEEXT=''
  2209. E_ALERT_CFLAGS='-I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/p11-kit-1 '
  2210. E_ALERT_LIBS='-pthread -lxcb-shape -lxcb -lecore -leina -lecore_ipc '
  2211. E_CFLAGS='-I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 -I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/edje-1 -I/usr/include/eio-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/e_dbus-1 -I/usr/include/eeze-1 '
  2212. E_FM_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 -I/usr/include/eet-1 -I/usr/include/efreet-1 -I/usr/include/e_dbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  2213. E_FM_CMDLINE_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 -I/usr/include/e_dbus-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include '
  2214. E_FM_CMDLINE_LIBS='-pthread -lecore -leina -lecore_file -ledbus -ldbus-1 -lpthread -lrt '
  2215. E_FM_LIBS='-pthread -lecore -lecore_file -lecore_ipc -leet -lefreet -leina -lehal -ledbus -ldbus-1 -lpthread -lrt -leukit '
  2216. E_FM_OPEN_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 -I/usr/include/eet-1 '
  2217. E_FM_OPEN_LIBS='-pthread -lecore -lecore_ipc -lecore_con -leet -leina '
  2218. E_FM_OP_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 '
  2219. E_FM_OP_LIBS='-pthread -lecore -lecore_file -leina '
  2220. E_IMC_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/p11-kit-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind -I/usr/include/eet-1 '
  2221. E_IMC_LIBS='-pthread -lecore_file -leet -leina '
  2222. E_INIT_CFLAGS='-I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 -I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/edje-1 -I/usr/include/eio-1 -I/usr/include/embryo-1 '
  2223. E_INIT_LIBS='-pthread -levas -lrt -lecore -lecore_evas -lecore_x -ledje -lecore_ipc -leina '
  2224. E_LIBS='-pthread -levas -lecore -lecore_x -lecore_evas -lecore_input -lecore_input_evas -lecore_con -lecore_ipc -lecore_file -leet -ledje -lefreet -lefreet_mime -lefreet_trash -leina -leio -lehal -ledbus -ldbus-1 -lpthread -lrt -leukit -leeze '
  2225. E_OPEN_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/efreet-1 -I/usr/include/eet-1 -I/usr/include/p11-kit-1 '
  2226. E_OPEN_LIBS='-pthread -lecore -leina -lefreet -lefreet_mime '
  2227. E_REMOTE_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 -I/usr/include/eet-1 '
  2228. E_REMOTE_LIBS='-pthread -lecore -lecore_ipc -leet -leina '
  2229. E_START_CFLAGS='-I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind '
  2230. E_START_LIBS='-pthread -leina '
  2231. E_SYS_CFLAGS='-I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind '
  2232. E_SYS_LIBS='-pthread -leina '
  2233. E_THUMB_CFLAGS='-I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/p11-kit-1 -I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/edje-1 -I/usr/include/eio-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 '
  2234. E_THUMB_LIBS='-pthread -levas -lrt -lecore -leina -lecore_evas -ledje -lecore_file -lecore_ipc -leet -lefreet '
  2235. FGREP='/usr/bin/grep -F'
  2236. GETTEXT_MACRO_VERSION='0.17'
  2237. GMSGFMT='/usr/bin/msgfmt'
  2238. GMSGFMT_015='/usr/bin/msgfmt'
  2239. GREP='/usr/bin/grep'
  2240. HAVE_ALSA='yes'
  2241. HAVE_ALSA_FALSE='#'
  2242. HAVE_ALSA_TRUE=''
  2243. HAVE_BATTERY='yes'
  2244. HAVE_BATTERY_FALSE='#'
  2245. HAVE_BATTERY_TRUE=''
  2246. HAVE_EBLUEZ='yes'
  2247. HAVE_EBLUEZ_FALSE='#'
  2248. HAVE_EBLUEZ_TRUE=''
  2249. HAVE_ECONNMAN='yes'
  2250. HAVE_ECONNMAN_FALSE='#'
  2251. HAVE_ECONNMAN_TRUE=''
  2252. HAVE_ECORE_IMF='yes'
  2253. HAVE_ECORE_IMF_FALSE='#'
  2254. HAVE_ECORE_IMF_TRUE=''
  2255. HAVE_EEZE_FALSE='#'
  2256. HAVE_EEZE_MOUNT_FALSE=''
  2257. HAVE_EEZE_MOUNT_TRUE='#'
  2258. HAVE_EEZE_TRUE=''
  2259. HAVE_ENOTIFY='yes'
  2260. HAVE_ENOTIFY_FALSE='#'
  2261. HAVE_ENOTIFY_TRUE=''
  2262. HAVE_EOFONO='yes'
  2263. HAVE_EOFONO_FALSE='#'
  2264. HAVE_EOFONO_TRUE=''
  2265. HAVE_EPHYSICS='yes'
  2266. HAVE_EPHYSICS_FALSE='#'
  2267. HAVE_EPHYSICS_TRUE=''
  2268. HAVE_EXCHANGE='no'
  2269. HAVE_EXCHANGE_FALSE=''
  2270. HAVE_EXCHANGE_TRUE='#'
  2271. HAVE_HAL_MOUNT_FALSE='#'
  2272. HAVE_HAL_MOUNT_TRUE=''
  2273. HAVE_NOTIFICATION_FALSE=''
  2274. HAVE_NOTIFICATION_TRUE='#'
  2275. HAVE_OPENBSD_FALSE=''
  2276. HAVE_OPENBSD_TRUE='#'
  2277. HAVE_PHYSICS_FALSE=''
  2278. HAVE_PHYSICS_TRUE='#'
  2279. HAVE_PO_FALSE='#'
  2280. HAVE_PO_TRUE=''
  2281. HAVE_TEMPERATURE='yes'
  2282. HAVE_TEMPERATURE_FALSE='#'
  2283. HAVE_TEMPERATURE_TRUE=''
  2284. HAVE_UDISKS_MOUNT_FALSE='#'
  2285. HAVE_UDISKS_MOUNT_TRUE=''
  2286. HAVE_WAYLAND_CLIENTS_FALSE=''
  2287. HAVE_WAYLAND_CLIENTS_TRUE='#'
  2288. HIBERNATE='/usr/sbin/pm-hibernate'
  2289. INSTALL_DATA='${INSTALL} -m 644'
  2290. INSTALL_ENLIGHTENMENT_MENU_FALSE='#'
  2291. INSTALL_ENLIGHTENMENT_MENU_TRUE=''
  2292. INSTALL_PROGRAM='${INSTALL}'
  2293. INSTALL_SCRIPT='${INSTALL}'
  2294. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  2295. INSTALL_SYSACTIONS_FALSE='#'
  2296. INSTALL_SYSACTIONS_TRUE=''
  2297. INTLLIBS=''
  2298. INTL_MACOSX_LIBS=''
  2299. LD='/usr/i486-slackware-linux/bin/ld'
  2300. LDFLAGS=''
  2301. LIBICONV='/usr/lib/libiconv.so'
  2302. LIBINTL=''
  2303. LIBOBJS=''
  2304. LIBS=''
  2305. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  2306. LIPO=''
  2307. LN_S='ln -s'
  2308. LOCALE_DIR='/usr/share/locale'
  2309. LTLIBICONV='-L/usr/lib -liconv'
  2310. LTLIBINTL=''
  2311. LTLIBOBJS=''
  2312. MAKEINFO='${SHELL} /tmp/tgz/e17/enlightenment/missing --run makeinfo'
  2313. MANIFEST_TOOL=':'
  2314. MKDIR_P='/usr/bin/mkdir -p'
  2315. MODULE_ARCH='linux-gnu-i486-ver-pre-svn-08'
  2316. MSGFMT='/usr/bin/msgfmt'
  2317. MSGFMT_015='/usr/bin/msgfmt'
  2318. MSGMERGE='/usr/bin/msgmerge'
  2319. NM='/usr/bin/nm -B'
  2320. NMEDIT=''
  2321. OBJDUMP='objdump'
  2322. OBJEXT='o'
  2323. OTOOL64=''
  2324. OTOOL=''
  2325. PACKAGE='enlightenment'
  2326. PACKAGE_BIN_DIR='${exec_prefix}/bin'
  2327. PACKAGE_BUGREPORT='enlightenment-devel@lists.sourceforge.net'
  2328. PACKAGE_DATA_DIR='/usr/share/enlightenment'
  2329. PACKAGE_LIB_DIR='/usr/lib'
  2330. PACKAGE_NAME='enlightenment'
  2331. PACKAGE_STRING='enlightenment 0.16.999.75260'
  2332. PACKAGE_SYSCONF_DIR='/etc'
  2333. PACKAGE_TARNAME='enlightenment'
  2334. PACKAGE_URL=''
  2335. PACKAGE_VERSION='0.16.999.75260'
  2336. PATH_SEPARATOR=':'
  2337. PKG_CONFIG='/usr/bin/pkg-config'
  2338. PKG_CONFIG_LIBDIR=''
  2339. PKG_CONFIG_PATH='/usr/local/lib/pkgconfig:/usr/lib/pkgconfig'
  2340. POSUB='po'
  2341. RANLIB='ranlib'
  2342. SED='/usr/bin/sed'
  2343. SET_MAKE=''
  2344. SHELL='/bin/sh'
  2345. SOUND_CFLAGS='-I/usr/include/alsa -DHAVE_ALSA '
  2346. SOUND_LIBS='-lasound '
  2347. STRIP='strip'
  2348. SUID_CFLAGS='-fPIE'
  2349. SUID_LDFLAGS='-pie'
  2350. SUSPEND='/usr/sbin/pm-suspend'
  2351. TEMPERATURE_CFLAGS='-I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 '
  2352. TEMPERATURE_LIBS='-pthread -lecore -lecore_file -leina '
  2353. TEMPERATURE_VERSION=''
  2354. USE_MODULE_ACCESS='true'
  2355. USE_MODULE_ACCESS_FALSE='#'
  2356. USE_MODULE_ACCESS_TRUE=''
  2357. USE_MODULE_BACKLIGHT='true'
  2358. USE_MODULE_BACKLIGHT_FALSE='#'
  2359. USE_MODULE_BACKLIGHT_TRUE=''
  2360. USE_MODULE_BATTERY='true'
  2361. USE_MODULE_BATTERY_FALSE='#'
  2362. USE_MODULE_BATTERY_TRUE=''
  2363. USE_MODULE_BLUEZ='true'
  2364. USE_MODULE_BLUEZ_FALSE='#'
  2365. USE_MODULE_BLUEZ_TRUE=''
  2366. USE_MODULE_CLOCK='true'
  2367. USE_MODULE_CLOCK_FALSE='#'
  2368. USE_MODULE_CLOCK_TRUE=''
  2369. USE_MODULE_COMP='true'
  2370. USE_MODULE_COMP_FALSE='#'
  2371. USE_MODULE_COMP_TRUE=''
  2372. USE_MODULE_CONF='true'
  2373. USE_MODULE_CONF_APPLICATIONS='true'
  2374. USE_MODULE_CONF_APPLICATIONS_FALSE='#'
  2375. USE_MODULE_CONF_APPLICATIONS_TRUE=''
  2376. USE_MODULE_CONF_DIALOGS='true'
  2377. USE_MODULE_CONF_DIALOGS_FALSE='#'
  2378. USE_MODULE_CONF_DIALOGS_TRUE=''
  2379. USE_MODULE_CONF_DISPLAY='true'
  2380. USE_MODULE_CONF_DISPLAY_FALSE='#'
  2381. USE_MODULE_CONF_DISPLAY_TRUE=''
  2382. USE_MODULE_CONF_EDGEBINDINGS='true'
  2383. USE_MODULE_CONF_EDGEBINDINGS_FALSE='#'
  2384. USE_MODULE_CONF_EDGEBINDINGS_TRUE=''
  2385. USE_MODULE_CONF_FALSE='#'
  2386. USE_MODULE_CONF_INTERACTION='true'
  2387. USE_MODULE_CONF_INTERACTION_FALSE='#'
  2388. USE_MODULE_CONF_INTERACTION_TRUE=''
  2389. USE_MODULE_CONF_INTL='true'
  2390. USE_MODULE_CONF_INTL_FALSE='#'
  2391. USE_MODULE_CONF_INTL_TRUE=''
  2392. USE_MODULE_CONF_KEYBINDINGS='true'
  2393. USE_MODULE_CONF_KEYBINDINGS_FALSE='#'
  2394. USE_MODULE_CONF_KEYBINDINGS_TRUE=''
  2395. USE_MODULE_CONF_MENUS='true'
  2396. USE_MODULE_CONF_MENUS_FALSE='#'
  2397. USE_MODULE_CONF_MENUS_TRUE=''
  2398. USE_MODULE_CONF_PATHS='true'
  2399. USE_MODULE_CONF_PATHS_FALSE='#'
  2400. USE_MODULE_CONF_PATHS_TRUE=''
  2401. USE_MODULE_CONF_PERFORMANCE='true'
  2402. USE_MODULE_CONF_PERFORMANCE_FALSE='#'
  2403. USE_MODULE_CONF_PERFORMANCE_TRUE=''
  2404. USE_MODULE_CONF_RANDR='true'
  2405. USE_MODULE_CONF_RANDR_FALSE='#'
  2406. USE_MODULE_CONF_RANDR_TRUE=''
  2407. USE_MODULE_CONF_SHELVES='true'
  2408. USE_MODULE_CONF_SHELVES_FALSE='#'
  2409. USE_MODULE_CONF_SHELVES_TRUE=''
  2410. USE_MODULE_CONF_THEME='true'
  2411. USE_MODULE_CONF_THEME_FALSE='#'
  2412. USE_MODULE_CONF_THEME_TRUE=''
  2413. USE_MODULE_CONF_TRUE=''
  2414. USE_MODULE_CONF_WALLPAPER2='true'
  2415. USE_MODULE_CONF_WALLPAPER2_FALSE='#'
  2416. USE_MODULE_CONF_WALLPAPER2_TRUE=''
  2417. USE_MODULE_CONF_WINDOW_MANIPULATION='true'
  2418. USE_MODULE_CONF_WINDOW_MANIPULATION_FALSE='#'
  2419. USE_MODULE_CONF_WINDOW_MANIPULATION_TRUE=''
  2420. USE_MODULE_CONF_WINDOW_REMEMBERS='true'
  2421. USE_MODULE_CONF_WINDOW_REMEMBERS_FALSE='#'
  2422. USE_MODULE_CONF_WINDOW_REMEMBERS_TRUE=''
  2423. USE_MODULE_CONNMAN='true'
  2424. USE_MODULE_CONNMAN_FALSE='#'
  2425. USE_MODULE_CONNMAN_TRUE=''
  2426. USE_MODULE_CPUFREQ='true'
  2427. USE_MODULE_CPUFREQ_FALSE='#'
  2428. USE_MODULE_CPUFREQ_TRUE=''
  2429. USE_MODULE_DROPSHADOW='true'
  2430. USE_MODULE_DROPSHADOW_FALSE='#'
  2431. USE_MODULE_DROPSHADOW_TRUE=''
  2432. USE_MODULE_EVERYTHING='true'
  2433. USE_MODULE_EVERYTHING_FALSE='#'
  2434. USE_MODULE_EVERYTHING_TRUE=''
  2435. USE_MODULE_FILEMAN='true'
  2436. USE_MODULE_FILEMAN_FALSE='#'
  2437. USE_MODULE_FILEMAN_OPINFO='true'
  2438. USE_MODULE_FILEMAN_OPINFO_FALSE='#'
  2439. USE_MODULE_FILEMAN_OPINFO_TRUE=''
  2440. USE_MODULE_FILEMAN_TRUE=''
  2441. USE_MODULE_GADMAN='true'
  2442. USE_MODULE_GADMAN_FALSE='#'
  2443. USE_MODULE_GADMAN_TRUE=''
  2444. USE_MODULE_IBAR='true'
  2445. USE_MODULE_IBAR_FALSE='#'
  2446. USE_MODULE_IBAR_TRUE=''
  2447. USE_MODULE_IBOX='true'
  2448. USE_MODULE_IBOX_FALSE='#'
  2449. USE_MODULE_IBOX_TRUE=''
  2450. USE_MODULE_ILLUME2='true'
  2451. USE_MODULE_ILLUME2_FALSE='#'
  2452. USE_MODULE_ILLUME2_TRUE=''
  2453. USE_MODULE_MIXER='true'
  2454. USE_MODULE_MIXER_FALSE='#'
  2455. USE_MODULE_MIXER_TRUE=''
  2456. USE_MODULE_MSGBUS='true'
  2457. USE_MODULE_MSGBUS_FALSE='#'
  2458. USE_MODULE_MSGBUS_TRUE=''
  2459. USE_MODULE_NOTIFICATION='true'
  2460. USE_MODULE_NOTIFICATION_FALSE='#'
  2461. USE_MODULE_NOTIFICATION_TRUE=''
  2462. USE_MODULE_OFONO='true'
  2463. USE_MODULE_OFONO_FALSE='#'
  2464. USE_MODULE_OFONO_TRUE=''
  2465. USE_MODULE_PAGER='true'
  2466. USE_MODULE_PAGER_FALSE='#'
  2467. USE_MODULE_PAGER_TRUE=''
  2468. USE_MODULE_PHYSICS='true'
  2469. USE_MODULE_PHYSICS_FALSE='#'
  2470. USE_MODULE_PHYSICS_TRUE=''
  2471. USE_MODULE_SHOT='true'
  2472. USE_MODULE_SHOT_FALSE='#'
  2473. USE_MODULE_SHOT_TRUE=''
  2474. USE_MODULE_START='true'
  2475. USE_MODULE_START_FALSE='#'
  2476. USE_MODULE_START_TRUE=''
  2477. USE_MODULE_SYSCON='true'
  2478. USE_MODULE_SYSCON_FALSE='#'
  2479. USE_MODULE_SYSCON_TRUE=''
  2480. USE_MODULE_SYSTRAY='true'
  2481. USE_MODULE_SYSTRAY_FALSE='#'
  2482. USE_MODULE_SYSTRAY_TRUE=''
  2483. USE_MODULE_TASKS='true'
  2484. USE_MODULE_TASKS_FALSE='#'
  2485. USE_MODULE_TASKS_TRUE=''
  2486. USE_MODULE_TEMPERATURE='true'
  2487. USE_MODULE_TEMPERATURE_FALSE='#'
  2488. USE_MODULE_TEMPERATURE_TRUE=''
  2489. USE_MODULE_TILING='true'
  2490. USE_MODULE_TILING_FALSE='#'
  2491. USE_MODULE_TILING_TRUE=''
  2492. USE_MODULE_WINLIST='true'
  2493. USE_MODULE_WINLIST_FALSE='#'
  2494. USE_MODULE_WINLIST_TRUE=''
  2495. USE_MODULE_WIZARD='true'
  2496. USE_MODULE_WIZARD_FALSE='#'
  2497. USE_MODULE_WIZARD_TRUE=''
  2498. USE_MODULE_XKBSWITCH='true'
  2499. USE_MODULE_XKBSWITCH_FALSE='#'
  2500. USE_MODULE_XKBSWITCH_TRUE=''
  2501. USE_NLS='yes'
  2502. VALGRIND_CFLAGS=''
  2503. VALGRIND_LIBS=''
  2504. VERSION='0.16.999.75260'
  2505. WAYLAND_CFLAGS=''
  2506. WAYLAND_LIBS=''
  2507. XGETTEXT='/usr/bin/xgettext'
  2508. XGETTEXT_015='/usr/bin/xgettext'
  2509. XGETTEXT_EXTRA_OPTIONS=''
  2510. ac_ct_AR='ar'
  2511. ac_ct_CC='gcc'
  2512. ac_ct_DUMPBIN=''
  2513. am__EXEEXT_FALSE=''
  2514. am__EXEEXT_TRUE='#'
  2515. am__fastdepCC_FALSE='#'
  2516. am__fastdepCC_TRUE=''
  2517. am__include='include'
  2518. am__isrc=''
  2519. am__leading_dot='.'
  2520. am__nodep='_no'
  2521. am__quote=''
  2522. am__tar='$${TAR-tar} chof - "$$tardir"'
  2523. am__untar='$${TAR-tar} xf -'
  2524. bindir='${exec_prefix}/bin'
  2525. build='i486-slackware-linux-gnu'
  2526. build_alias='i486-slackware-linux'
  2527. build_cpu='i486'
  2528. build_os='linux-gnu'
  2529. build_vendor='slackware'
  2530. cf_cflags=''
  2531. cf_libs=''
  2532. datadir='${datarootdir}'
  2533. datarootdir='${prefix}/share'
  2534. dlopen_libs='-ldl'
  2535. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2536. dvidir='${docdir}'
  2537. e_cflags='-DUSE_E_CONFIG_H -I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/valgrind -I/usr/include/p11-kit-1 -I/usr/include/ecore-1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/edje-1 -I/usr/include/eio-1 -I/usr/include/embryo-1 -I/usr/include/efreet-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/e_dbus-1 -I/usr/include/eeze-1 -I/usr/include/ecore-1 -I/usr/include/eina-1 -I/usr/include/eina-1/eina -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/valgrind -I/usr/include/evas-1 -I/usr/include/eet-1 -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/p11-kit-1 '
  2538. e_configflags='-DUSE_E_CONFIG_H'
  2539. e_libs='-pthread -levas -lecore -lecore_x -lecore_evas -lecore_input -lecore_input_evas -lecore_con -lecore_ipc -lecore_file -leet -ledje -lefreet -lefreet_mime -lefreet_trash -leina -leio -lehal -ledbus -ldbus-1 -lpthread -lrt -leukit -leeze -lecore_imf -lecore_imf_evas '
  2540. edje_cc='/usr/bin/edje_cc'
  2541. eet_eet='/usr/bin/eet'
  2542. efl_doxygen='doxygen'
  2543. efl_have_doxygen='no'
  2544. exec_prefix='${prefix}'
  2545. fnmatch_libs=''
  2546. host='i486-slackware-linux-gnu'
  2547. host_alias=''
  2548. host_cpu='i486'
  2549. host_os='linux-gnu'
  2550. host_vendor='slackware'
  2551. htmldir='${docdir}'
  2552. includedir='${prefix}/include'
  2553. infodir='${datarootdir}/info'
  2554. install_sh='${SHELL} /tmp/tgz/e17/enlightenment/install-sh'
  2555. libdir='/usr/lib'
  2556. libexecdir='${exec_prefix}/libexec'
  2557. localedir='${datarootdir}/locale'
  2558. localstatedir='/var'
  2559. mandir='/usr/man'
  2560. mkdir_p='/usr/bin/mkdir -p'
  2561. oldincludedir='/usr/include'
  2562. pdfdir='${docdir}'
  2563. prefix='/usr'
  2564. program_transform_name='s,x,x,'
  2565. psdir='${docdir}'
  2566. release='ver-pre-svn-08'
  2567. release_info='-release ver-pre-svn-08'
  2568. requirements_e='evas >= 1.2.0 ecore >= 1.2.0 ecore-x >= 1.2.99 ecore-evas >= 1.2.0 ecore-con >= 1.2.0 ecore-ipc >= 1.2.0 ecore-file >= 1.2.0 eet >= 1.6.0 edje >= 1.2.0 efreet >= 1.2.0 efreet-mime >= 1.2.0 eina >= 1.2.0 dbus-1 edbus >= 1.2.0 eio >= 1.0.0 ehal >= 1.2.0, edbus >= 1.2.0 eukit >= 1.2.0 eeze elementary > 1.6.9.0'
  2569. sbindir='${exec_prefix}/sbin'
  2570. sharedstatedir='${prefix}/com'
  2571. sysconfdir='/etc'
  2572. target_alias=''
  2573. version_info='16:999:16'
  2574.  
  2575. ## ----------- ##
  2576. ## confdefs.h. ##
  2577. ## ----------- ##
  2578.  
  2579. /* confdefs.h */
  2580. #define PACKAGE_NAME "enlightenment"
  2581. #define PACKAGE_TARNAME "enlightenment"
  2582. #define PACKAGE_VERSION "0.16.999.75260"
  2583. #define PACKAGE_STRING "enlightenment 0.16.999.75260"
  2584. #define PACKAGE_BUGREPORT "enlightenment-devel@lists.sourceforge.net"
  2585. #define PACKAGE_URL ""
  2586. #define PACKAGE "enlightenment"
  2587. #define VERSION "0.16.999.75260"
  2588. #define STDC_HEADERS 1
  2589. #define HAVE_SYS_TYPES_H 1
  2590. #define HAVE_SYS_STAT_H 1
  2591. #define HAVE_STDLIB_H 1
  2592. #define HAVE_STRING_H 1
  2593. #define HAVE_MEMORY_H 1
  2594. #define HAVE_STRINGS_H 1
  2595. #define HAVE_INTTYPES_H 1
  2596. #define HAVE_STDINT_H 1
  2597. #define HAVE_UNISTD_H 1
  2598. #define __EXTENSIONS__ 1
  2599. #define _ALL_SOURCE 1
  2600. #define _GNU_SOURCE 1
  2601. #define _POSIX_PTHREAD_SEMANTICS 1
  2602. #define _TANDEM_SOURCE 1
  2603. #define HAVE_ALLOCA_H 1
  2604. #define HAVE_ALLOCA 1
  2605. #define HAVE___ATTRIBUTE__ 1
  2606. #define __UNUSED__ __attribute__((unused))
  2607. #define HAVE_DLFCN_H 1
  2608. #define LT_OBJDIR ".libs/"
  2609. #define VMAJ 0
  2610. #define VMIN 16
  2611. #define VMIC 999
  2612. #define VREV 75260
  2613. #define HAVE_SETENV 1
  2614. #define HAVE_UNSETENV 1
  2615. #define HAVE_FNMATCH_H 1
  2616. #define HAVE_FNMATCH 1
  2617. #define MODULE_ARCH "linux-gnu-i486-ver-pre-svn-08"
  2618. #define HAVE_EXECINFO_H 1
  2619. #define ENABLE_NLS 1
  2620. #define HAVE_GETTEXT 1
  2621. #define HAVE_DCGETTEXT 1
  2622. #define ENABLE_FILES 1
  2623. #define HAVE_EEZE 1
  2624. #define HAVE_HAL_MOUNT 1
  2625. #define HAVE_UDISKS_MOUNT 1
  2626. #define HAVE_ELEMENTARY 1
  2627. #define HAVE_ECORE_IMF 1
  2628. #define E_INTERNAL 1
  2629. #define HAVE_ENOTIFY 1
  2630. #define HAVE_ENOTIFY 1
  2631. #define HAVE_EPHYSICS 1
  2632. #define HAVE_EPHYSICS 1
  2633. #define USE_MODULE_IBAR 1
  2634. #define USE_MODULE_DROPSHADOW 1
  2635. #define USE_MODULE_CLOCK 1
  2636. #define USE_MODULE_PAGER 1
  2637. #define HAVE_BATTERY 1
  2638. #define USE_MODULE_BATTERY 1
  2639. #define HAVE_TEMPERATURE 1
  2640. #define USE_MODULE_TEMPERATURE 1
  2641. #define USE_MODULE_NOTIFICATION 1
  2642. #define USE_MODULE_CPUFREQ 1
  2643. #define USE_MODULE_IBOX 1
  2644. #define USE_MODULE_START 1
  2645. #define USE_MODULE_WINLIST 1
  2646. #define USE_MODULE_FILEMAN 1
  2647. #define USE_MODULE_FILEMAN_OPINFO 1
  2648. #define USE_MODULE_WIZARD 1
  2649. #define USE_MODULE_CONF 1
  2650. #define USE_MODULE_CONF_WALLPAPER2 1
  2651. #define USE_MODULE_CONF_THEME 1
  2652. #define USE_MODULE_CONF_INTL 1
  2653. #define USE_MODULE_MSGBUS 1
  2654. #define USE_MODULE_CONF_APPLICATIONS 1
  2655. #define USE_MODULE_CONF_DISPLAY 1
  2656. #define USE_MODULE_CONF_SHELVES 1
  2657. #define USE_MODULE_CONF_KEYBINDINGS 1
  2658. #define USE_MODULE_CONF_EDGEBINDINGS 1
  2659. #define USE_MODULE_CONF_WINDOW_REMEMBERS 1
  2660. #define USE_MODULE_CONF_WINDOW_MANIPULATION 1
  2661. #define USE_MODULE_CONF_MENUS 1
  2662. #define USE_MODULE_CONF_DIALOGS 1
  2663. #define USE_MODULE_CONF_PERFORMANCE 1
  2664. #define USE_MODULE_CONF_PATHS 1
  2665. #define USE_MODULE_CONF_INTERACTION 1
  2666. #define USE_MODULE_GADMAN 1
  2667. #define HAVE_ALSA 1
  2668. #define USE_MODULE_MIXER 1
  2669. #define HAVE_ECONNMAN 1
  2670. #define USE_MODULE_CONNMAN 1
  2671. #define HAVE_EBLUEZ 1
  2672. #define USE_MODULE_BLUEZ 1
  2673. #define HAVE_EOFONO 1
  2674. #define USE_MODULE_OFONO 1
  2675. #define USE_MODULE_ILLUME2 1
  2676. #define USE_MODULE_SYSCON 1
  2677. #define USE_MODULE_EVERYTHING 1
  2678. #define USE_MODULE_SYSTRAY 1
  2679. #define USE_MODULE_COMP 1
  2680. #define USE_MODULE_PHYSICS 1
  2681. #define USE_MODULE_SHOT 1
  2682. #define USE_MODULE_BACKLIGHT 1
  2683. #define USE_MODULE_TASKS 1
  2684. #define USE_MODULE_CONF_RANDR 1
  2685. #define USE_MODULE_XKBSWITCH 1
  2686. #define USE_MODULE_TILING 1
  2687. #define USE_MODULE_ACCESS 1
  2688.  
  2689. configure: exit 0
  2690.  
  2691. ## ---------------------- ##
  2692. ## Running config.status. ##
  2693. ## ---------------------- ##
  2694.  
  2695. This file was extended by enlightenment config.status 0.16.999.75260, which was
  2696. generated by GNU Autoconf 2.69. Invocation command line was
  2697.  
  2698. CONFIG_FILES =
  2699. CONFIG_HEADERS =
  2700. CONFIG_LINKS =
  2701. CONFIG_COMMANDS =
  2702. $ ./config.status config.h
  2703.  
  2704. on garik
  2705.  
  2706. config.status:1691: creating config.h
  2707. config.status:1872: config.h is unchanged
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement