summaryrefslogtreecommitdiff
path: root/xorg-server.m4
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2012-10-24 23:57:11 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2012-11-05 13:24:57 -0600
commit64b961bb21369aaea694d883f361a36bc23b19b9 (patch)
tree1c2a860389b791b95f298ce102b421fe966d2d9c /xorg-server.m4
parent04f980ead5e9af066143a921e0a0e98f26f28ee5 (diff)
macros: clarify documentation
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'xorg-server.m4')
-rw-r--r--xorg-server.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/xorg-server.m4 b/xorg-server.m4
index bdecf6227..18255b91a 100644
--- a/xorg-server.m4
+++ b/xorg-server.m4
@@ -23,10 +23,10 @@ dnl other dealings in this Software without prior written authorization
dnl from the copyright holders.
dnl
-# XORG_DRIVER_CHECK_EXT()
+# XORG_DRIVER_CHECK_EXT(MACRO, PROTO)
# --------------------------
-# Checks for the $1 define in xorg-server.h (from the sdk). If it
-# is defined, then add $1 to $REQUIRED_MODULES.
+# Checks for the MACRO define in xorg-server.h (from the sdk). If it
+# is defined, then add the given PROTO to $REQUIRED_MODULES.
AC_DEFUN([XORG_DRIVER_CHECK_EXT],[
AC_REQUIRE([PKG_PROG_PKG_CONFIG])