Check in built-in copy of libpopt in preparation for switching
authorMartin Pool <mbp@samba.org>
Thu, 22 Feb 2001 13:01:09 +0000 (13:01 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 22 Feb 2001 13:01:09 +0000 (13:01 +0000)
commit62402cb14bd322ffc8fa03f20cd8b8703efe5356
tree66762e588668e5c0fac7c3bc1afe6c8aa1ca7d4d
parent305ab1331bda5ed1c4678bd720865ad1ee7fc7ce
Check in built-in copy of libpopt in preparation for switching
from getopt
33 files changed:
popt-1.2/CHANGES [new file with mode: 0644]
popt-1.2/COPYING [new file with mode: 0644]
popt-1.2/Makefile.am [new file with mode: 0644]
popt-1.2/Makefile.in [new file with mode: 0644]
popt-1.2/README [new file with mode: 0644]
popt-1.2/acconfig.h [new file with mode: 0644]
popt-1.2/aclocal.m4 [new file with mode: 0644]
popt-1.2/autogen.sh [new file with mode: 0755]
popt-1.2/config.h.in [new file with mode: 0644]
popt-1.2/configure [new file with mode: 0755]
popt-1.2/configure.in [new file with mode: 0755]
popt-1.2/findme.c [new file with mode: 0644]
popt-1.2/findme.h [new file with mode: 0644]
popt-1.2/install-sh [new file with mode: 0755]
popt-1.2/missing [new file with mode: 0755]
popt-1.2/mkinstalldirs [new file with mode: 0755]
popt-1.2/po/Makefile.in [new file with mode: 0644]
popt-1.2/po/Makefile.in.in [new file with mode: 0644]
popt-1.2/po/POTFILES [new file with mode: 0644]
popt-1.2/po/POTFILES.in [new file with mode: 0644]
popt-1.2/po/ro.po [new file with mode: 0644]
popt-1.2/popt.3 [new file with mode: 0644]
popt-1.2/popt.c [new file with mode: 0644]
popt-1.2/popt.h [new file with mode: 0644]
popt-1.2/popt.spec [new file with mode: 0644]
popt-1.2/poptconfig.c [new file with mode: 0644]
popt-1.2/popthelp.c [new file with mode: 0644]
popt-1.2/poptint.h [new file with mode: 0644]
popt-1.2/poptparse.c [new file with mode: 0644]
popt-1.2/stamp-h.in [new file with mode: 0644]
popt-1.2/test-poptrc [new file with mode: 0644]
popt-1.2/test1.c [new file with mode: 0644]
popt-1.2/testit.sh [new file with mode: 0755]