Commit 5a86371edc6f148d45f614bdcb7cd752089d6c95

Alexandre Duret-Lutz 2002-07-10T20:30:24

* automake.in (parse_arguments): Call Getopt twice: once to catch --help or --verbose, and once to process the other arguments. (usage, verbose): Always exit 0, ignoring $exit_code (which anyway should always be 0 because of the change to parse_arguments). * tests/Makefile.am (TESTS): Add getopt.test. * tests/getopt.test: New file.