]> git.tuebingen.mpg.de Git - paraslash.git/commit - m4/gengetopt/gui.m4
Convert para_gui to lopsub.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 18 Jun 2016 14:57:39 +0000 (16:57 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2017 09:02:28 +0000 (11:02 +0200)
commit097a683c94cc91e9b0191fa49b8d119d689ca94d
tree2069656524e9864ba92b038574756e504d0bd194
parentaa7b5a65bed03d62285102cefd11d67804d492cf
Convert para_gui to lopsub.

This replaces the gengetopt file for para_gui by a lopsub suite and
links para_gui with -llopsub.

The new FOR_EACH_KEY_MAP() macro is introduced for iterating over
all key bindings given at the command line or in the config file.

The bulk of the change is parse_config_file_or_die() where we get rid
of the gengetopt specific hack which removed all key bindings due to
gengetopt appending the options when the config parser is called a
second time.

The patch also adds a description section to the man page of para_gui.
Makefile.real
configure.ac
gui.c
m4/gengetopt/gui.m4 [deleted file]
m4/lls/gui.suite.m4 [new file with mode: 0644]