-*- mode: org -*-

* Work to do

Work items can be found at these links:

- https://savannah.gnu.org/support/?group=gengetopt
- https://savannah.gnu.org/bugs/?group=gengetopt

When in status =Confirmed=, I think it is reasonable ask and will look into it.
Work in =Postponed= is out of scope for me, but people are free to work on that,
just that I will not.

* Additional tasks [0/6]

** TODO Sort [[file:TODO.old]]

I wanted org-mode but do not have time to sort the old file now.  So, later.

** TODO Clean up the repository

In many places, my old email is still referenced, clean that up.  Delete unused
files (looking at you, [[file:jenkins-build.sh]]).

** TODO Check documentation

I think it is out-dated in few places, so give it a skim later.

** TODO Kill [[file:acinclude.m4]]

If macros are not needed anymore, just delete them.  Otherwise move them so m4
directory, one macro per file.

** TODO Untangle tests

I do not fully understand [[file:tests/Makefile.am]], it is bit of a mess, there are
variables that seem to have no purpose and such.  Would be nice to refactor it a
bit, together with git ignore situation.

Maybe I could move the tests to sub-directories, one per test, with fixed names
for the generated files and binaries?

** TODO Stop using =SUBDIRS=

Currently generation from =.ggo= in tests does not actually depend on the built
=gengetopt= command.  And since they are in different Makefiles, I am not sure
how to do that.  So I should have just one top-level, with only thing using
=SUBDIRS= being gnulib.
