Advertisement
Guest User

Untitled

a guest
Jun 27th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.08 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 xf86-video-intel configure 2.15.0, which was
  5. generated by GNU Autoconf 2.67. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = danilo
  14. uname -m = i686
  15. uname -r = 2.6.32-5-686
  16. uname -s = Linux
  17. uname -v = #1 SMP Sun May 6 04:01:19 UTC 2012
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2424: checking for a BSD-compatible install
  43. configure:2492: result: /usr/bin/install -c
  44. configure:2503: checking whether build environment is sane
  45. configure:2553: result: yes
  46. configure:2694: checking for a thread-safe mkdir -p
  47. configure:2733: result: /bin/mkdir -p
  48. configure:2746: checking for gawk
  49. configure:2776: result: no
  50. configure:2746: checking for mawk
  51. configure:2762: found /usr/bin/mawk
  52. configure:2773: result: mawk
  53. configure:2784: checking whether make sets $(MAKE)
  54. configure:2810: result: no
  55. configure:2887: checking whether to disable maintainer-specific portions of Makefiles
  56. configure:2896: result: yes
  57. configure:2951: checking for style of include used by make
  58. configure:2979: result: none
  59. configure:3049: checking for gcc
  60. configure:3065: found /usr/bin/gcc
  61. configure:3076: result: gcc
  62. configure:3305: checking for C compiler version
  63. configure:3314: gcc --version >&5
  64. gcc (Debian 4.4.5-8) 4.4.5
  65. Copyright (C) 2010 Free Software Foundation, Inc.
  66. This is free software; see the source for copying conditions. There is NO
  67. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  68.  
  69. configure:3325: $? = 0
  70. configure:3314: gcc -v >&5
  71. Using built-in specs.
  72. Target: i486-linux-gnu
  73. Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-8' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
  74. Thread model: posix
  75. gcc version 4.4.5 (Debian 4.4.5-8)
  76. configure:3325: $? = 0
  77. configure:3314: gcc -V >&5
  78. gcc: '-V' option must have argument
  79. configure:3325: $? = 1
  80. configure:3314: gcc -qversion >&5
  81. gcc: unrecognized option '-qversion'
  82. gcc: no input files
  83. configure:3325: $? = 1
  84. configure:3345: checking whether the C compiler works
  85. configure:3367: gcc conftest.c >&5
  86. configure:3371: $? = 0
  87. configure:3419: result: yes
  88. configure:3422: checking for C compiler default output file name
  89. configure:3424: result: a.out
  90. configure:3430: checking for suffix of executables
  91. configure:3437: gcc -o conftest conftest.c >&5
  92. configure:3441: $? = 0
  93. configure:3463: result:
  94. configure:3485: checking whether we are cross compiling
  95. configure:3493: gcc -o conftest conftest.c >&5
  96. configure:3497: $? = 0
  97. configure:3504: ./conftest
  98. configure:3508: $? = 0
  99. configure:3523: result: no
  100. configure:3528: checking for suffix of object files
  101. configure:3550: gcc -c conftest.c >&5
  102. configure:3554: $? = 0
  103. configure:3575: result: o
  104. configure:3579: checking whether we are using the GNU C compiler
  105. configure:3598: gcc -c conftest.c >&5
  106. configure:3598: $? = 0
  107. configure:3607: result: yes
  108. configure:3616: checking whether gcc accepts -g
  109. configure:3636: gcc -c -g conftest.c >&5
  110. configure:3636: $? = 0
  111. configure:3677: result: yes
  112. configure:3694: checking for gcc option to accept ISO C89
  113. configure:3758: gcc -c -g -O2 conftest.c >&5
  114. configure:3758: $? = 0
  115. configure:3771: result: none needed
  116. configure:3793: checking dependency style of gcc
  117. configure:3903: result: none
  118. configure:3918: checking for gcc option to accept ISO C99
  119. configure:4067: gcc -c -g -O2 conftest.c >&5
  120. conftest.c:61: error: expected ';', ',' or ')' before 'text'
  121. conftest.c: In function 'main':
  122. conftest.c:115: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
  123. conftest.c:115: error: 'newvar' undeclared (first use in this function)
  124. conftest.c:115: error: (Each undeclared identifier is reported only once
  125. conftest.c:115: error: for each function it appears in.)
  126. conftest.c:125: error: 'for' loop initial declarations are only allowed in C99 mode
  127. conftest.c:125: note: use option -std=c99 or -std=gnu99 to compile your code
  128. configure:4067: $? = 1
  129. configure: failed program was:
  130. | /* confdefs.h */
  131. | #define PACKAGE_NAME "xf86-video-intel"
  132. | #define PACKAGE_TARNAME "xf86-video-intel"
  133. | #define PACKAGE_VERSION "2.15.0"
  134. | #define PACKAGE_STRING "xf86-video-intel 2.15.0"
  135. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
  136. | #define PACKAGE_URL ""
  137. | #define PACKAGE "xf86-video-intel"
  138. | #define VERSION "2.15.0"
  139. | /* end confdefs.h. */
  140. | #include <stdarg.h>
  141. | #include <stdbool.h>
  142. | #include <stdlib.h>
  143. | #include <wchar.h>
  144. | #include <stdio.h>
  145. |
  146. | // Check varargs macros. These examples are taken from C99 6.10.3.5.
  147. | #define debug(...) fprintf (stderr, __VA_ARGS__)
  148. | #define showlist(...) puts (#__VA_ARGS__)
  149. | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
  150. | static void
  151. | test_varargs_macros (void)
  152. | {
  153. | int x = 1234;
  154. | int y = 5678;
  155. | debug ("Flag");
  156. | debug ("X = %d\n", x);
  157. | showlist (The first, second, and third items.);
  158. | report (x>y, "x is %d but y is %d", x, y);
  159. | }
  160. |
  161. | // Check long long types.
  162. | #define BIG64 18446744073709551615ull
  163. | #define BIG32 4294967295ul
  164. | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
  165. | #if !BIG_OK
  166. | your preprocessor is broken;
  167. | #endif
  168. | #if BIG_OK
  169. | #else
  170. | your preprocessor is broken;
  171. | #endif
  172. | static long long int bignum = -9223372036854775807LL;
  173. | static unsigned long long int ubignum = BIG64;
  174. |
  175. | struct incomplete_array
  176. | {
  177. | int datasize;
  178. | double data[];
  179. | };
  180. |
  181. | struct named_init {
  182. | int number;
  183. | const wchar_t *name;
  184. | double average;
  185. | };
  186. |
  187. | typedef const char *ccp;
  188. |
  189. | static inline int
  190. | test_restrict (ccp restrict text)
  191. | {
  192. | // See if C++-style comments work.
  193. | // Iterate through items via the restricted pointer.
  194. | // Also check for declarations in for loops.
  195. | for (unsigned int i = 0; *(text+i) != '\0'; ++i)
  196. | continue;
  197. | return 0;
  198. | }
  199. |
  200. | // Check varargs and va_copy.
  201. | static void
  202. | test_varargs (const char *format, ...)
  203. | {
  204. | va_list args;
  205. | va_start (args, format);
  206. | va_list args_copy;
  207. | va_copy (args_copy, args);
  208. |
  209. | const char *str;
  210. | int number;
  211. | float fnumber;
  212. |
  213. | while (*format)
  214. | {
  215. | switch (*format++)
  216. | {
  217. | case 's': // string
  218. | str = va_arg (args_copy, const char *);
  219. | break;
  220. | case 'd': // int
  221. | number = va_arg (args_copy, int);
  222. | break;
  223. | case 'f': // float
  224. | fnumber = va_arg (args_copy, double);
  225. | break;
  226. | default:
  227. | break;
  228. | }
  229. | }
  230. | va_end (args_copy);
  231. | va_end (args);
  232. | }
  233. |
  234. | int
  235. | main ()
  236. | {
  237. |
  238. | // Check bool.
  239. | _Bool success = false;
  240. |
  241. | // Check restrict.
  242. | if (test_restrict ("String literal") == 0)
  243. | success = true;
  244. | char *restrict newvar = "Another string";
  245. |
  246. | // Check varargs.
  247. | test_varargs ("s, d' f .", "string", 65, 34.234);
  248. | test_varargs_macros ();
  249. |
  250. | // Check flexible array members.
  251. | struct incomplete_array *ia =
  252. | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
  253. | ia->datasize = 10;
  254. | for (int i = 0; i < ia->datasize; ++i)
  255. | ia->data[i] = i * 1.234;
  256. |
  257. | // Check named initializers.
  258. | struct named_init ni = {
  259. | .number = 34,
  260. | .name = L"Test wide string",
  261. | .average = 543.34343,
  262. | };
  263. |
  264. | ni.number = 58;
  265. |
  266. | int dynamic_array[ni.number];
  267. | dynamic_array[ni.number - 1] = 543;
  268. |
  269. | // work around unused variable warnings
  270. | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
  271. | || dynamic_array[ni.number - 1] != 543);
  272. |
  273. | ;
  274. | return 0;
  275. | }
  276. configure:4067: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  277. configure:4067: $? = 0
  278. configure:4087: result: -std=gnu99
  279. configure:4101: checking how to run the C preprocessor
  280. configure:4132: gcc -std=gnu99 -E conftest.c
  281. configure:4132: $? = 0
  282. configure:4146: gcc -std=gnu99 -E conftest.c
  283. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  284. configure:4146: $? = 1
  285. configure: failed program was:
  286. | /* confdefs.h */
  287. | #define PACKAGE_NAME "xf86-video-intel"
  288. | #define PACKAGE_TARNAME "xf86-video-intel"
  289. | #define PACKAGE_VERSION "2.15.0"
  290. | #define PACKAGE_STRING "xf86-video-intel 2.15.0"
  291. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
  292. | #define PACKAGE_URL ""
  293. | #define PACKAGE "xf86-video-intel"
  294. | #define VERSION "2.15.0"
  295. | /* end confdefs.h. */
  296. | #include <ac_nonexistent.h>
  297. configure:4171: result: gcc -std=gnu99 -E
  298. configure:4191: gcc -std=gnu99 -E conftest.c
  299. configure:4191: $? = 0
  300. configure:4205: gcc -std=gnu99 -E conftest.c
  301. conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
  302. configure:4205: $? = 1
  303. configure: failed program was:
  304. | /* confdefs.h */
  305. | #define PACKAGE_NAME "xf86-video-intel"
  306. | #define PACKAGE_TARNAME "xf86-video-intel"
  307. | #define PACKAGE_VERSION "2.15.0"
  308. | #define PACKAGE_STRING "xf86-video-intel 2.15.0"
  309. | #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
  310. | #define PACKAGE_URL ""
  311. | #define PACKAGE "xf86-video-intel"
  312. | #define VERSION "2.15.0"
  313. | /* end confdefs.h. */
  314. | #include <ac_nonexistent.h>
  315. configure:4234: checking for grep that handles long lines and -e
  316. configure:4292: result: /bin/grep
  317. configure:4297: checking for egrep
  318. configure:4359: result: /bin/grep -E
  319. configure:4364: checking for ANSI C header files
  320. configure:4384: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  321. configure:4384: $? = 0
  322. configure:4457: gcc -std=gnu99 -o conftest -g -O2 conftest.c >&5
  323. configure:4457: $? = 0
  324. configure:4457: ./conftest
  325. configure:4457: $? = 0
  326. configure:4468: result: yes
  327. configure:4481: checking for sys/types.h
  328. configure:4481: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  329. configure:4481: $? = 0
  330. configure:4481: result: yes
  331. configure:4481: checking for sys/stat.h
  332. configure:4481: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  333. configure:4481: $? = 0
  334. configure:4481: result: yes
  335. configure:4481: checking for stdlib.h
  336. configure:4481: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  337. configure:4481: $? = 0
  338. configure:4481: result: yes
  339. configure:4481: checking for string.h
  340. configure:4481: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  341. configure:4481: $? = 0
  342. configure:4481: result: yes
  343. configure:4481: checking for memory.h
  344. configure:4481: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  345. configure:4481: $? = 0
  346. configure:4481: result: yes
  347. configure:4481: checking for strings.h
  348. configure:4481: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  349. configure:4481: $? = 0
  350. configure:4481: result: yes
  351. configure:4481: checking for inttypes.h
  352. configure:4481: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  353. configure:4481: $? = 0
  354. configure:4481: result: yes
  355. configure:4481: checking for stdint.h
  356. configure:4481: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  357. configure:4481: $? = 0
  358. configure:4481: result: yes
  359. configure:4481: checking for unistd.h
  360. configure:4481: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  361. configure:4481: $? = 0
  362. configure:4481: result: yes
  363. configure:4546: checking for pkg-config
  364. configure:4564: found /usr/bin/pkg-config
  365. configure:4576: result: /usr/bin/pkg-config
  366. configure:4601: checking pkg-config is at least version 0.9.0
  367. configure:4604: result: yes
  368. configure:4616: checking build system type
  369. configure:4630: result: i686-pc-linux-gnu
  370. configure:4650: checking host system type
  371. configure:4663: result: i686-pc-linux-gnu
  372. configure:4683: checking for a sed that does not truncate output
  373. configure:4747: result: /bin/sed
  374. configure:4992: checking for a sed that does not truncate output
  375. configure:5056: result: /bin/sed
  376. configure:5074: checking for fgrep
  377. configure:5136: result: /bin/grep -F
  378. configure:5171: checking for ld used by gcc -std=gnu99
  379. configure:5238: result: /usr/bin/ld
  380. configure:5245: checking if the linker (/usr/bin/ld) is GNU ld
  381. configure:5260: result: yes
  382. configure:5272: checking for BSD- or MS-compatible name lister (nm)
  383. configure:5321: result: /usr/bin/nm -B
  384. configure:5439: checking the name lister (/usr/bin/nm -B) interface
  385. configure:5446: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  386. configure:5449: /usr/bin/nm -B "conftest.o"
  387. configure:5452: output
  388. 00000000 B some_variable
  389. configure:5459: result: BSD nm
  390. configure:5462: checking whether ln -s works
  391. configure:5466: result: yes
  392. configure:5474: checking the maximum length of command line arguments
  393. configure:5594: result: 1572864
  394. configure:5611: checking whether the shell understands some XSI constructs
  395. configure:5621: result: yes
  396. configure:5625: checking whether the shell understands "+="
  397. configure:5631: result: yes
  398. configure:5666: checking for /usr/bin/ld option to reload object files
  399. configure:5673: result: -r
  400. configure:5742: checking for objdump
  401. configure:5758: found /usr/bin/objdump
  402. configure:5769: result: objdump
  403. configure:5801: checking how to recognize dependent libraries
  404. configure:5997: result: pass_all
  405. configure:6057: checking for ar
  406. configure:6073: found /usr/bin/ar
  407. configure:6084: result: ar
  408. configure:6162: checking for strip
  409. configure:6178: found /usr/bin/strip
  410. configure:6189: result: strip
  411. configure:6261: checking for ranlib
  412. configure:6277: found /usr/bin/ranlib
  413. configure:6288: result: ranlib
  414. configure:6378: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object
  415. configure:6496: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  416. configure:6499: $? = 0
  417. configure:6503: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  418. configure:6506: $? = 0
  419. configure:6560: gcc -std=gnu99 -o conftest -g -O2 conftest.c conftstm.o >&5
  420. configure:6563: $? = 0
  421. configure:6601: result: ok
  422. configure:7406: checking for dlfcn.h
  423. configure:7406: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  424. configure:7406: $? = 0
  425. configure:7406: result: yes
  426. configure:7589: checking for objdir
  427. configure:7604: result: .libs
  428. configure:7900: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
  429. configure:7918: gcc -std=gnu99 -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  430. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  431. configure:7922: $? = 0
  432. configure:7935: result: no
  433. configure:7955: checking for gcc -std=gnu99 option to produce PIC
  434. configure:8227: result: -fPIC -DPIC
  435. configure:8239: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
  436. configure:8257: gcc -std=gnu99 -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  437. configure:8261: $? = 0
  438. configure:8274: result: yes
  439. configure:8298: checking if gcc -std=gnu99 static flag -static works
  440. configure:8326: result: yes
  441. configure:8341: checking if gcc -std=gnu99 supports -c -o file.o
  442. configure:8362: gcc -std=gnu99 -c -g -O2 -o out/conftest2.o conftest.c >&5
  443. configure:8366: $? = 0
  444. configure:8388: result: yes
  445. configure:8396: checking if gcc -std=gnu99 supports -c -o file.o
  446. configure:8443: result: yes
  447. configure:8476: checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries
  448. configure:9467: result: yes
  449. configure:9504: checking whether -lc should be explicitly linked in
  450. configure:9509: gcc -std=gnu99 -c -g -O2 conftest.c >&5
  451. configure:9512: $? = 0
  452. configure:9527: gcc -std=gnu99 -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  453. configure:9530: $? = 0
  454. configure:9542: result: no
  455. configure:9706: checking dynamic linker characteristics
  456. configure:10139: gcc -std=gnu99 -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  457. configure:10139: $? = 0
  458. configure:10369: result: GNU/Linux ld.so
  459. configure:10471: checking how to hardcode library paths into programs
  460. configure:10496: result: immediate
  461. configure:11016: checking whether stripping libraries is possible
  462. configure:11021: result: yes
  463. configure:11056: checking if libtool supports shared libraries
  464. configure:11058: result: yes
  465. configure:11061: checking whether to build shared libraries
  466. configure:11082: result: yes
  467. configure:11085: checking whether to build static libraries
  468. configure:11089: result: no
  469. configure:11127: checking for GEN4ASM
  470. configure:11134: $PKG_CONFIG --exists --print-errors "intel-gen4asm >= 1.1"
  471. Package intel-gen4asm was not found in the pkg-config search path.
  472. Perhaps you should add the directory containing `intel-gen4asm.pc'
  473. to the PKG_CONFIG_PATH environment variable
  474. No package 'intel-gen4asm' found
  475. configure:11137: $? = 1
  476. configure:11150: $PKG_CONFIG --exists --print-errors "intel-gen4asm >= 1.1"
  477. Package intel-gen4asm was not found in the pkg-config search path.
  478. Perhaps you should add the directory containing `intel-gen4asm.pc'
  479. to the PKG_CONFIG_PATH environment variable
  480. No package 'intel-gen4asm' found
  481. configure:11153: $? = 1
  482. configure:11166: result: no
  483. No package 'intel-gen4asm' found
  484. configure:11205: checking for UDEV
  485. configure:11212: $PKG_CONFIG --exists --print-errors "libudev"
  486. Package libudev was not found in the pkg-config search path.
  487. Perhaps you should add the directory containing `libudev.pc'
  488. to the PKG_CONFIG_PATH environment variable
  489. No package 'libudev' found
  490. configure:11215: $? = 1
  491. configure:11228: $PKG_CONFIG --exists --print-errors "libudev"
  492. Package libudev was not found in the pkg-config search path.
  493. Perhaps you should add the directory containing `libudev.pc'
  494. to the PKG_CONFIG_PATH environment variable
  495. No package 'libudev' found
  496. configure:11231: $? = 1
  497. configure:11244: result: no
  498. No package 'libudev' found
  499. configure:11343: gcc -std=gnu99 -c -g -O2 -I/usr/include/xorg conftest.c >&5
  500. configure:11343: $? = 0
  501. configure:11350: checking if RANDR is defined
  502. configure:11352: result: yes
  503. configure:11378: gcc -std=gnu99 -c -g -O2 -I/usr/include/xorg conftest.c >&5
  504. configure:11378: $? = 0
  505. configure:11385: checking if RENDER is defined
  506. configure:11387: result: yes
  507. configure:11413: gcc -std=gnu99 -c -g -O2 -I/usr/include/xorg conftest.c >&5
  508. configure:11413: $? = 0
  509. configure:11420: checking if XF86DRI is defined
  510. configure:11422: result: yes
  511. configure:11448: gcc -std=gnu99 -c -g -O2 -I/usr/include/xorg conftest.c >&5
  512. configure:11448: $? = 0
  513. configure:11455: checking if DPMSExtension is defined
  514. configure:11457: result: yes
  515. configure:11467: checking for XORG
  516. configure:11474: $PKG_CONFIG --exists --print-errors "xorg-server >= 1.6 xproto fontsproto $REQUIRED_MODULES"
  517. configure:11477: $? = 0
  518. configure:11490: $PKG_CONFIG --exists --print-errors "xorg-server >= 1.6 xproto fontsproto $REQUIRED_MODULES"
  519. configure:11493: $? = 0
  520. configure:11550: result: yes
  521. configure:11556: checking for DRM
  522. configure:11563: $PKG_CONFIG --exists --print-errors "libdrm >= 2.4.23"
  523. configure:11566: $? = 0
  524. configure:11579: $PKG_CONFIG --exists --print-errors "libdrm >= 2.4.23"
  525. configure:11582: $? = 0
  526. configure:11639: result: yes
  527. configure:11645: checking for PCIACCESS
  528. configure:11652: $PKG_CONFIG --exists --print-errors "pciaccess >= 0.10"
  529. configure:11655: $? = 0
  530. configure:11668: $PKG_CONFIG --exists --print-errors "pciaccess >= 0.10"
  531. configure:11671: $? = 0
  532. configure:11728: result: yes
  533. configure:11738: checking whether to include DRI support
  534. configure:11742: checking for /usr/include/xorg/dri.h
  535. configure:11756: result: yes
  536. configure:11765: checking for /usr/include/xorg/sarea.h
  537. configure:11779: result: yes
  538. configure:11788: checking for /usr/include/xorg/dristruct.h
  539. configure:11802: result: yes
  540. configure:11811: checking whether to include DRI support
  541. configure:11822: result: yes
  542. configure:11837: checking for DRI
  543. configure:11844: $PKG_CONFIG --exists --print-errors "xf86driproto"
  544. configure:11847: $? = 0
  545. configure:11860: $PKG_CONFIG --exists --print-errors "xf86driproto"
  546. configure:11863: $? = 0
  547. configure:11920: result: yes
  548. configure:11935: checking for XVMCLIB
  549. configure:11942: $PKG_CONFIG --exists --print-errors "xvmc xext xfixes dri2proto x11-xcb xcb-dri2 xcb-aux"
  550. Package xvmc was not found in the pkg-config search path.
  551. Perhaps you should add the directory containing `xvmc.pc'
  552. to the PKG_CONFIG_PATH environment variable
  553. No package 'xvmc' found
  554. Package xext was not found in the pkg-config search path.
  555. Perhaps you should add the directory containing `xext.pc'
  556. to the PKG_CONFIG_PATH environment variable
  557. No package 'xext' found
  558. Package xfixes was not found in the pkg-config search path.
  559. Perhaps you should add the directory containing `xfixes.pc'
  560. to the PKG_CONFIG_PATH environment variable
  561. No package 'xfixes' found
  562. Package x11-xcb was not found in the pkg-config search path.
  563. Perhaps you should add the directory containing `x11-xcb.pc'
  564. to the PKG_CONFIG_PATH environment variable
  565. No package 'x11-xcb' found
  566. Package xcb-dri2 was not found in the pkg-config search path.
  567. Perhaps you should add the directory containing `xcb-dri2.pc'
  568. to the PKG_CONFIG_PATH environment variable
  569. No package 'xcb-dri2' found
  570. Package xcb-aux was not found in the pkg-config search path.
  571. Perhaps you should add the directory containing `xcb-aux.pc'
  572. to the PKG_CONFIG_PATH environment variable
  573. No package 'xcb-aux' found
  574. configure:11945: $? = 1
  575. configure:11958: $PKG_CONFIG --exists --print-errors "xvmc xext xfixes dri2proto x11-xcb xcb-dri2 xcb-aux"
  576. Package xvmc was not found in the pkg-config search path.
  577. Perhaps you should add the directory containing `xvmc.pc'
  578. to the PKG_CONFIG_PATH environment variable
  579. No package 'xvmc' found
  580. Package xext was not found in the pkg-config search path.
  581. Perhaps you should add the directory containing `xext.pc'
  582. to the PKG_CONFIG_PATH environment variable
  583. No package 'xext' found
  584. Package xfixes was not found in the pkg-config search path.
  585. Perhaps you should add the directory containing `xfixes.pc'
  586. to the PKG_CONFIG_PATH environment variable
  587. No package 'xfixes' found
  588. Package x11-xcb was not found in the pkg-config search path.
  589. Perhaps you should add the directory containing `x11-xcb.pc'
  590. to the PKG_CONFIG_PATH environment variable
  591. No package 'x11-xcb' found
  592. Package xcb-dri2 was not found in the pkg-config search path.
  593. Perhaps you should add the directory containing `xcb-dri2.pc'
  594. to the PKG_CONFIG_PATH environment variable
  595. No package 'xcb-dri2' found
  596. Package xcb-aux was not found in the pkg-config search path.
  597. Perhaps you should add the directory containing `xcb-aux.pc'
  598. to the PKG_CONFIG_PATH environment variable
  599. No package 'xcb-aux' found
  600. configure:11961: $? = 1
  601. configure:11974: result: no
  602. No package 'xvmc' found
  603. No package 'xext' found
  604. No package 'xfixes' found
  605. No package 'x11-xcb' found
  606. No package 'xcb-dri2' found
  607. No package 'xcb-aux' found
  608. configure:12003: checking whether to include XvMC support
  609. configure:12005: result: no
  610. configure:12186: creating ./config.status
  611.  
  612. ## ---------------------- ##
  613. ## Running config.status. ##
  614. ## ---------------------- ##
  615.  
  616. This file was extended by xf86-video-intel config.status 2.15.0, which was
  617. generated by GNU Autoconf 2.67. Invocation command line was
  618.  
  619. CONFIG_FILES =
  620. CONFIG_HEADERS =
  621. CONFIG_LINKS =
  622. CONFIG_COMMANDS =
  623. $ ./config.status
  624.  
  625. on danilo
  626.  
  627. config.status:1139: creating Makefile
  628. config.status:1139: creating uxa/Makefile
  629. config.status:1139: creating src/Makefile
  630. config.status:1139: creating src/xvmc/Makefile
  631. config.status:1139: creating src/xvmc/shader/Makefile
  632. config.status:1139: creating src/xvmc/shader/mc/Makefile
  633. config.status:1139: creating src/xvmc/shader/vld/Makefile
  634. config.status:1139: creating src/legacy/Makefile
  635. config.status:1139: creating src/legacy/i810/Makefile
  636. config.status:1139: creating src/legacy/i810/xvmc/Makefile
  637. config.status:1139: creating man/Makefile
  638. config.status:1139: creating src/render_program/Makefile
  639. config.status:1139: creating config.h
  640. config.status:1319: config.h is unchanged
  641. config.status:1367: executing depfiles commands
  642. config.status:1367: executing libtool commands
  643.  
  644. ## ---------------- ##
  645. ## Cache variables. ##
  646. ## ---------------- ##
  647.  
  648. ac_cv_build=i686-pc-linux-gnu
  649. ac_cv_c_compiler_gnu=yes
  650. ac_cv_env_CC_set=
  651. ac_cv_env_CC_value=
  652. ac_cv_env_CFLAGS_set=
  653. ac_cv_env_CFLAGS_value=
  654. ac_cv_env_CPPFLAGS_set=
  655. ac_cv_env_CPPFLAGS_value=
  656. ac_cv_env_CPP_set=
  657. ac_cv_env_CPP_value=
  658. ac_cv_env_DRI_CFLAGS_set=
  659. ac_cv_env_DRI_CFLAGS_value=
  660. ac_cv_env_DRI_LIBS_set=
  661. ac_cv_env_DRI_LIBS_value=
  662. ac_cv_env_DRM_CFLAGS_set=
  663. ac_cv_env_DRM_CFLAGS_value=
  664. ac_cv_env_DRM_LIBS_set=
  665. ac_cv_env_DRM_LIBS_value=
  666. ac_cv_env_GEN4ASM_CFLAGS_set=
  667. ac_cv_env_GEN4ASM_CFLAGS_value=
  668. ac_cv_env_GEN4ASM_LIBS_set=
  669. ac_cv_env_GEN4ASM_LIBS_value=
  670. ac_cv_env_LDFLAGS_set=
  671. ac_cv_env_LDFLAGS_value=
  672. ac_cv_env_LIBS_set=
  673. ac_cv_env_LIBS_value=
  674. ac_cv_env_PCIACCESS_CFLAGS_set=
  675. ac_cv_env_PCIACCESS_CFLAGS_value=
  676. ac_cv_env_PCIACCESS_LIBS_set=
  677. ac_cv_env_PCIACCESS_LIBS_value=
  678. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  679. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  680. ac_cv_env_PKG_CONFIG_PATH_set=
  681. ac_cv_env_PKG_CONFIG_PATH_value=
  682. ac_cv_env_PKG_CONFIG_set=
  683. ac_cv_env_PKG_CONFIG_value=
  684. ac_cv_env_UDEV_CFLAGS_set=
  685. ac_cv_env_UDEV_CFLAGS_value=
  686. ac_cv_env_UDEV_LIBS_set=
  687. ac_cv_env_UDEV_LIBS_value=
  688. ac_cv_env_XORG_CFLAGS_set=
  689. ac_cv_env_XORG_CFLAGS_value=
  690. ac_cv_env_XORG_LIBS_set=
  691. ac_cv_env_XORG_LIBS_value=
  692. ac_cv_env_XVMCLIB_CFLAGS_set=
  693. ac_cv_env_XVMCLIB_CFLAGS_value=
  694. ac_cv_env_XVMCLIB_LIBS_set=
  695. ac_cv_env_XVMCLIB_LIBS_value=
  696. ac_cv_env_build_alias_set=
  697. ac_cv_env_build_alias_value=
  698. ac_cv_env_host_alias_set=
  699. ac_cv_env_host_alias_value=
  700. ac_cv_env_target_alias_set=
  701. ac_cv_env_target_alias_value=
  702. ac_cv_file__usr_include_xorg_dri_h=yes
  703. ac_cv_file__usr_include_xorg_dristruct_h=yes
  704. ac_cv_file__usr_include_xorg_sarea_h=yes
  705. ac_cv_header_dlfcn_h=yes
  706. ac_cv_header_inttypes_h=yes
  707. ac_cv_header_memory_h=yes
  708. ac_cv_header_stdc=yes
  709. ac_cv_header_stdint_h=yes
  710. ac_cv_header_stdlib_h=yes
  711. ac_cv_header_string_h=yes
  712. ac_cv_header_strings_h=yes
  713. ac_cv_header_sys_stat_h=yes
  714. ac_cv_header_sys_types_h=yes
  715. ac_cv_header_unistd_h=yes
  716. ac_cv_host=i686-pc-linux-gnu
  717. ac_cv_objext=o
  718. ac_cv_path_EGREP='/bin/grep -E'
  719. ac_cv_path_FGREP='/bin/grep -F'
  720. ac_cv_path_GREP=/bin/grep
  721. ac_cv_path_SED=/bin/sed
  722. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  723. ac_cv_path_install='/usr/bin/install -c'
  724. ac_cv_path_mkdir=/bin/mkdir
  725. ac_cv_prog_AWK=mawk
  726. ac_cv_prog_CPP='gcc -std=gnu99 -E'
  727. ac_cv_prog_ac_ct_AR=ar
  728. ac_cv_prog_ac_ct_CC=gcc
  729. ac_cv_prog_ac_ct_OBJDUMP=objdump
  730. ac_cv_prog_ac_ct_RANLIB=ranlib
  731. ac_cv_prog_ac_ct_STRIP=strip
  732. ac_cv_prog_cc_c89=
  733. ac_cv_prog_cc_c99=-std=gnu99
  734. ac_cv_prog_cc_g=yes
  735. ac_cv_prog_make_make_set=no
  736. am_cv_CC_dependencies_compiler_type=none
  737. lt_cv_deplibs_check_method=pass_all
  738. lt_cv_file_magic_cmd='$MAGIC_CMD'
  739. lt_cv_file_magic_test_file=
  740. lt_cv_ld_reload_flag=-r
  741. lt_cv_nm_interface='BSD nm'
  742. lt_cv_objdir=.libs
  743. lt_cv_path_LD=/usr/bin/ld
  744. lt_cv_path_NM='/usr/bin/nm -B'
  745. lt_cv_prog_compiler_c_o=yes
  746. lt_cv_prog_compiler_pic_works=yes
  747. lt_cv_prog_compiler_rtti_exceptions=no
  748. lt_cv_prog_compiler_static_works=yes
  749. lt_cv_prog_gnu_ld=yes
  750. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  751. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  752. 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'\'''
  753. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  754. lt_cv_sys_max_cmd_len=1572864
  755. pkg_cv_DRI_CFLAGS='-I/usr/include/X11/dri '
  756. pkg_cv_DRI_LIBS=' '
  757. pkg_cv_DRM_CFLAGS='-I/usr/include/libdrm '
  758. pkg_cv_DRM_LIBS='-ldrm '
  759. pkg_cv_PCIACCESS_CFLAGS=' '
  760. pkg_cv_PCIACCESS_LIBS='-lpciaccess '
  761. pkg_cv_XORG_CFLAGS='-fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 '
  762. pkg_cv_XORG_LIBS='-lpixman-1 -lpciaccess -lX11 '
  763.  
  764. ## ----------------- ##
  765. ## Output variables. ##
  766. ## ----------------- ##
  767.  
  768. ACLOCAL='${SHELL} /home/danilo/intel/xf86-video-intel-2.15.0/build-aux/missing --run aclocal-1.11'
  769. ADMIN_MAN_DIR='$(mandir)/man$(ADMIN_MAN_SUFFIX)'
  770. ADMIN_MAN_SUFFIX='8'
  771. AMDEPBACKSLASH='\'
  772. AMDEP_FALSE='#'
  773. AMDEP_TRUE=''
  774. AMTAR='${SHELL} /home/danilo/intel/xf86-video-intel-2.15.0/build-aux/missing --run tar'
  775. AM_BACKSLASH='\'
  776. AM_DEFAULT_VERBOSITY='0'
  777. APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)'
  778. APP_MAN_SUFFIX='1'
  779. AR='ar'
  780. AUTOCONF='${SHELL} /home/danilo/intel/xf86-video-intel-2.15.0/build-aux/missing --run autoconf'
  781. AUTOHEADER='${SHELL} /home/danilo/intel/xf86-video-intel-2.15.0/build-aux/missing --run autoheader'
  782. AUTOMAKE='${SHELL} /home/danilo/intel/xf86-video-intel-2.15.0/build-aux/missing --run automake-1.11'
  783. AWK='mawk'
  784. CC='gcc -std=gnu99'
  785. CCDEPMODE='depmode=none'
  786. CFLAGS='-g -O2 '
  787. CHANGELOG_CMD='(GIT_DIR=$(top_srcdir)/.git git log > $(top_srcdir)/.changelog.tmp && mv $(top_srcdir)/.changelog.tmp $(top_srcdir)/ChangeLog) || (rm -f $(top_srcdir)/.changelog.tmp; touch $(top_srcdir)/ChangeLog; echo '\''git directory not found: installing possibly empty changelog.'\'' >&2)'
  788. CPP='gcc -std=gnu99 -E'
  789. CPPFLAGS='-fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I/usr/include/libdrm '
  790. CWARNFLAGS='-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wbad-function-cast -Wformat=2 -Wold-style-definition -Wdeclaration-after-statement '
  791. CYGPATH_W='echo'
  792. DEFS='-DHAVE_CONFIG_H'
  793. DEPDIR='.deps'
  794. DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)'
  795. DRIVER_MAN_SUFFIX='4'
  796. DRIVER_NAME='intel'
  797. DRI_CFLAGS='-I/usr/include/X11/dri '
  798. DRI_FALSE='#'
  799. DRI_LIBS=' '
  800. DRI_TRUE=''
  801. DRM_CFLAGS='-I/usr/include/libdrm '
  802. DRM_LIBS='-ldrm '
  803. DSYMUTIL=''
  804. DUMPBIN=''
  805. ECHO_C=''
  806. ECHO_N='-n'
  807. ECHO_T=''
  808. EGREP='/bin/grep -E'
  809. EXEEXT=''
  810. FGREP='/bin/grep -F'
  811. FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)'
  812. FILE_MAN_SUFFIX='5'
  813. GEN4ASM_CFLAGS=''
  814. GEN4ASM_LIBS=''
  815. GREP='/bin/grep'
  816. HAVE_GEN4ASM_FALSE=''
  817. HAVE_GEN4ASM_TRUE='#'
  818. INSTALL_CMD='(cp -f /INSTALL $(top_srcdir)/.INSTALL.tmp && mv $(top_srcdir)/.INSTALL.tmp $(top_srcdir)/INSTALL) || (rm -f $(top_srcdir)/.INSTALL.tmp; touch $(top_srcdir)/INSTALL; echo '\''util-macros "pkgdatadir" from xorg-macros.pc not found: installing possibly empty INSTALL.'\'' >&2)'
  819. INSTALL_DATA='${INSTALL} -m 644'
  820. INSTALL_PROGRAM='${INSTALL}'
  821. INSTALL_SCRIPT='${INSTALL}'
  822. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  823. KMS_ONLY_FALSE=''
  824. KMS_ONLY_TRUE='#'
  825. LD='/usr/bin/ld'
  826. LDFLAGS=''
  827. LIBOBJS=''
  828. LIBS=''
  829. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  830. LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)'
  831. LIB_MAN_SUFFIX='3'
  832. LIPO=''
  833. LN_S='ln -s'
  834. LTLIBOBJS=''
  835. MAINT=''
  836. MAINTAINER_MODE_FALSE='#'
  837. MAINTAINER_MODE_TRUE=''
  838. MAKEINFO='${SHELL} /home/danilo/intel/xf86-video-intel-2.15.0/build-aux/missing --run makeinfo'
  839. MAN_SUBSTS=' -e '\''s|__vendorversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xorgversion__|"$(PACKAGE_STRING)" "$(XORG_MAN_PAGE)"|'\'' -e '\''s|__xservername__|Xorg|g'\'' -e '\''s|__xconfigfile__|xorg.conf|g'\'' -e '\''s|__projectroot__|$(prefix)|g'\'' -e '\''s|__apploaddir__|$(appdefaultdir)|g'\'' -e '\''s|__appmansuffix__|$(APP_MAN_SUFFIX)|g'\'' -e '\''s|__drivermansuffix__|$(DRIVER_MAN_SUFFIX)|g'\'' -e '\''s|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g'\'' -e '\''s|__libmansuffix__|$(LIB_MAN_SUFFIX)|g'\'' -e '\''s|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g'\'' -e '\''s|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'\'''
  840. MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)'
  841. MISC_MAN_SUFFIX='7'
  842. MKDIR_P='/bin/mkdir -p'
  843. NM='/usr/bin/nm -B'
  844. NMEDIT=''
  845. OBJDUMP='objdump'
  846. OBJEXT='o'
  847. OTOOL64=''
  848. OTOOL=''
  849. PACKAGE='xf86-video-intel'
  850. PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
  851. PACKAGE_NAME='xf86-video-intel'
  852. PACKAGE_STRING='xf86-video-intel 2.15.0'
  853. PACKAGE_TARNAME='xf86-video-intel'
  854. PACKAGE_URL=''
  855. PACKAGE_VERSION='2.15.0'
  856. PATH_SEPARATOR=':'
  857. PCIACCESS_CFLAGS=' '
  858. PCIACCESS_LIBS='-lpciaccess '
  859. PKG_CONFIG='/usr/bin/pkg-config'
  860. PKG_CONFIG_LIBDIR=''
  861. PKG_CONFIG_PATH=''
  862. RANLIB='ranlib'
  863. SED='/bin/sed'
  864. SET_MAKE='MAKE=make'
  865. SHELL='/bin/bash'
  866. STRIP='strip'
  867. UDEV_CFLAGS=''
  868. UDEV_LIBS=''
  869. VERSION='2.15.0'
  870. XORG_CFLAGS='-fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 '
  871. XORG_LIBS='-lpixman-1 -lpciaccess -lX11 '
  872. XORG_MAN_PAGE='X Version 11'
  873. XVMCLIB_CFLAGS=''
  874. XVMCLIB_LIBS=''
  875. XVMC_FALSE=''
  876. XVMC_TRUE='#'
  877. ac_ct_CC='gcc'
  878. ac_ct_DUMPBIN=''
  879. am__EXEEXT_FALSE=''
  880. am__EXEEXT_TRUE='#'
  881. am__fastdepCC_FALSE=''
  882. am__fastdepCC_TRUE='#'
  883. am__include='#'
  884. am__isrc=''
  885. am__leading_dot='.'
  886. am__quote=''
  887. am__tar='${AMTAR} chof - "$$tardir"'
  888. am__untar='${AMTAR} xf -'
  889. bindir='${exec_prefix}/bin'
  890. build='i686-pc-linux-gnu'
  891. build_alias=''
  892. build_cpu='i686'
  893. build_os='linux-gnu'
  894. build_vendor='pc'
  895. datadir='${datarootdir}'
  896. datarootdir='${prefix}/share'
  897. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  898. dvidir='${docdir}'
  899. exec_prefix='${prefix}'
  900. host='i686-pc-linux-gnu'
  901. host_alias=''
  902. host_cpu='i686'
  903. host_os='linux-gnu'
  904. host_vendor='pc'
  905. htmldir='${docdir}'
  906. includedir='${prefix}/include'
  907. infodir='${datarootdir}/info'
  908. install_sh='${SHELL} /home/danilo/intel/xf86-video-intel-2.15.0/build-aux/install-sh'
  909. libdir='${exec_prefix}/lib'
  910. libexecdir='${exec_prefix}/libexec'
  911. localedir='${datarootdir}/locale'
  912. localstatedir='${prefix}/var'
  913. lt_ECHO='echo'
  914. mandir='${datarootdir}/man'
  915. mkdir_p='/bin/mkdir -p'
  916. moduledir='${exec_prefix}/lib/xorg/modules'
  917. oldincludedir='/usr/include'
  918. pdfdir='${docdir}'
  919. prefix='/usr/local'
  920. program_transform_name='s,x,x,'
  921. psdir='${docdir}'
  922. sbindir='${exec_prefix}/sbin'
  923. sharedstatedir='${prefix}/com'
  924. sysconfdir='${prefix}/etc'
  925. target_alias=''
  926.  
  927. ## ----------- ##
  928. ## confdefs.h. ##
  929. ## ----------- ##
  930.  
  931. /* confdefs.h */
  932. #define PACKAGE_NAME "xf86-video-intel"
  933. #define PACKAGE_TARNAME "xf86-video-intel"
  934. #define PACKAGE_VERSION "2.15.0"
  935. #define PACKAGE_STRING "xf86-video-intel 2.15.0"
  936. #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg"
  937. #define PACKAGE_URL ""
  938. #define PACKAGE "xf86-video-intel"
  939. #define VERSION "2.15.0"
  940. #define STDC_HEADERS 1
  941. #define HAVE_SYS_TYPES_H 1
  942. #define HAVE_SYS_STAT_H 1
  943. #define HAVE_STDLIB_H 1
  944. #define HAVE_STRING_H 1
  945. #define HAVE_MEMORY_H 1
  946. #define HAVE_STRINGS_H 1
  947. #define HAVE_INTTYPES_H 1
  948. #define HAVE_STDINT_H 1
  949. #define HAVE_UNISTD_H 1
  950. #define PACKAGE_VERSION_MAJOR 2
  951. #define PACKAGE_VERSION_MINOR 15
  952. #define PACKAGE_VERSION_PATCHLEVEL 0
  953. #define HAVE_DLFCN_H 1
  954. #define LT_OBJDIR ".libs/"
  955. #define XF86DRI 1
  956. #define XF86DRI_DEVEL 1
  957.  
  958. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement