OSDN Git Service

Output summary of enabled features at the end of configure.ac
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 23 Nov 2009 16:41:15 +0000 (11:41 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 23 Nov 2009 16:41:27 +0000 (11:41 -0500)
configure.ac

index fd6a642..fff3b61 100644 (file)
@@ -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 ""