]> git.draconx.ca Git - gob-dx.git/commitdiff
Convert command-line options processing to getopt_long.
authorNick Bowler <nbowler@draconx.ca>
Wed, 3 Mar 2021 04:36:07 +0000 (23:36 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 3 Mar 2021 06:28:40 +0000 (01:28 -0500)
Instead of a hand-written command-line options parser, let's use
getopt_long which is hopefully a bit more straightforward to modify.

Care has been taken to preserve the current option semantics as
closely as possible, including the weird --m4 option behaviour.

The Gnulib getopt-gnu module is used for portability.


No differences found