]> git.ipfire.org Git - thirdparty/automake.git/commit
* automake.in (parse_arguments): Call Getopt twice: once to catch
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 10 Jul 2002 20:30:24 +0000 (20:30 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 10 Jul 2002 20:30:24 +0000 (20:30 +0000)
commit5a86371edc6f148d45f614bdcb7cd752089d6c95
treeffe0883a1e3f90afc82926f73ffe963aeddd80a6
parent1896ef8419a2d9e222e0467e42b3792a9983fc14
* 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.
12 files changed:
ChangeLog
Makefile.in
automake.in
lib/Automake/Makefile.in
lib/Makefile.in
lib/am/Makefile.in
m4/Makefile.in
stamp-vti
tests/Makefile.am
tests/Makefile.in
tests/getopt.test [new file with mode: 0755]
version.texi