]> git.draconx.ca Git - cdecl99.git/commit
Use the newly-minted option generator script from dxcommon.
authorNick Bowler <nbowler@draconx.ca>
Fri, 26 Feb 2021 05:37:17 +0000 (00:37 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 3 Mar 2021 01:23:58 +0000 (20:23 -0500)
commite0179c069958050100a637bb876c96495276ea76
tree54ffc9ecd43b8215ffaf7777e7f9ecda9163a9ed
parent892a874a68097af0c15ffbe717b91c05a6354cdb
Use the newly-minted option generator script from dxcommon.

Instead of maintaining the relation between long options and help text
dircetly in C code, let's use this new script to generate C code from
a simple description file.

This ditches support for translated option names.  I'm a bit unsure
about the practical use of this functionality as I do not personally
use it and locale-specific interpretation of command-line arguments
just seems like it would cause more problems than it would solve.
Makefile.am
common
m4/.gitignore
m4/gnulib-cache.m4
po/en.po
src/.gitignore
src/cdecl99.c
src/options.opt [new file with mode: 0644]