projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd6cbe7
)
Output summary of enabled features at the end of configure.ac
author
Kristian Høgsberg
<krh@bitplanet.net>
Mon, 23 Nov 2009 16:41:15 +0000
(11:41 -0500)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Mon, 23 Nov 2009 16:41:27 +0000
(11:41 -0500)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
fd6a642
..
fff3b61
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-209,3
+209,11
@@
AC_OUTPUT([
include/Makefile
include/drm/Makefile
libdrm.pc])
+
+echo ""
+echo "$PACKAGE_STRING will be compiled with:"
+echo ""
+echo " Intel api yes"
+echo " Radeon api $RADEON"
+echo " Nouveau API $NOUVEAU"
+echo ""