Convert para_audiod to lopsub.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 27 Aug 2016 13:05:13 +0000 (15:05 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 Mar 2017 09:02:28 +0000 (11:02 +0200)
commit15d4c69ddcf88dd9046ed8d2847a428145a32045
tree4f3145df4a253932c724169c6660ff0b9bd611ac
parente3f528812242a69d366cc562c78a4372bd9839c7
Convert para_audiod to lopsub.

This commit replaces the gengetopt file for para_audiod by a lopsub
suite, introducing several new files in m/lls/include which correspond
to options also needed by para_server (which has not been converted
to lopsub yet).

The audiod_status_info enumeration is now provided by lopsub and can
be removed from audiod.h.

The patch also  adds a new description section to the manual page
para_audiod(1).
14 files changed:
Makefile.real
audiod.c
audiod.h
audiod_command.c
configure.ac
m4/gengetopt/audiod.m4 [deleted file]
m4/lls/audiod.suite.m4 [new file with mode: 0644]
m4/lls/include/color.m4 [new file with mode: 0644]
m4/lls/include/daemon.m4 [new file with mode: 0644]
m4/lls/include/group.m4 [new file with mode: 0644]
m4/lls/include/log-timing.m4 [new file with mode: 0644]
m4/lls/include/logfile.m4 [new file with mode: 0644]
m4/lls/include/priority.m4 [new file with mode: 0644]
m4/lls/include/user.m4 [new file with mode: 0644]