Implement argument parsing via argp.h.
authorSergio Durigan Junior <sergiodj@sergiodj.net>
Sat, 15 Mar 2014 19:28:39 +0000 (16:28 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@cascardo.info>
Sat, 15 Mar 2014 22:10:59 +0000 (19:10 -0300)
commit2861a00f694d7322e1b2fd60ead0db8c39699307
tree58f58aba2da7b335f6847f77e2be81593573e4cf
parent6629e82297536cc5e9f5180ca48edebc8e668fe7
Implement argument parsing via argp.h.

This commit implements argument parsing from the command line via
argp.h. So far, I have added only one parameter ('-d', or
'--declaracao') which is used for providing the filename of the
declaration.  I have also marked this argument as optional, so that the
user will still be able to provide the filename without using '-d'.

As an auxiliary support, I enabled the generation of the config.h header
file, so that the program can obtain the package version and the bug
report address directly from configure.ac.
.gitignore
bootstrap.sh
configure.ac
rnetclient.c