]> git.draconx.ca Git - upkg.git/commit
upkg: Add gnulib getopt_long support and implement --help/--version.
authorNick Bowler <nbowler@draconx.ca>
Fri, 10 Jul 2009 21:52:42 +0000 (17:52 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 10 Jul 2009 22:09:11 +0000 (18:09 -0400)
commit6bce0a077c3ffc8f74b4402d56bfbe7cbd6cba04
treeab6144cd76ae7cd32a458e57187d2e497721cc76
parent2225a1b8432cfaf640b9b69c1dc961322eda8f54
upkg: Add gnulib getopt_long support and implement --help/--version.
24 files changed:
.gitignore
Makefile.am
configure.ac
lib/.gitignore [new file with mode: 0644]
lib/Makefile.am [new file with mode: 0644]
lib/dummy.c [new file with mode: 0644]
lib/getopt.c [new file with mode: 0644]
lib/getopt.in.h [new file with mode: 0644]
lib/getopt1.c [new file with mode: 0644]
lib/getopt_int.h [new file with mode: 0644]
lib/gettext.h [new file with mode: 0644]
lib/unistd.in.h [new file with mode: 0644]
link-warning.h [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
m4/00gnulib.m4 [new file with mode: 0644]
m4/getopt.m4 [new file with mode: 0644]
m4/gnulib-cache.m4 [new file with mode: 0644]
m4/gnulib-common.m4 [new file with mode: 0644]
m4/gnulib-comp.m4 [new file with mode: 0644]
m4/gnulib-tool.m4 [new file with mode: 0644]
m4/include_next.m4 [new file with mode: 0644]
m4/unistd_h.m4 [new file with mode: 0644]
src/Makefile.am
src/upkg.c