glapi: glX_proto_size.py: use argparse instead of getopt
authorDylan Baker <baker.dylan.c@gmail.com>
Wed, 20 May 2015 22:49:11 +0000 (15:49 -0700)
committerMatt Turner <mattst88@gmail.com>
Fri, 22 May 2015 18:31:28 +0000 (11:31 -0700)
commit9ace0b542241c77ae82a0835ac8a09e2a7510eaf
treedd1b5e6bba2fe161fa2b6cb8bc9e8d4a75ae14d2
parent1c7cc67778073fd802773390da55980702637547
glapi: glX_proto_size.py: use argparse instead of getopt

This is roughly equivalent to the original getopt, except that it
removes the '-h' short option, which argparse reserves for
auto-generated help messages. It does retain the long option specified
by the getopt version, and changes the makefile to use that.

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Acked-by: Matt Turner <mattst88@gmail.com>
src/mapi/glapi/gen/Makefile.am
src/mapi/glapi/gen/glX_proto_size.py