[PATCH 0/2] Allow use of installed popt library
Dan Nicholson
dbn.lists at gmail.com
Wed Mar 31 14:50:46 PDT 2010
The imported popt sources have seen little maintenance, and there might
be a lot of bugs lurking that have been fixed upstream. Systems with rpm
already have the library anyway. Others can find it here:
http://rpm5.org/files/popt/
Dan Nicholson (2):
Move popt to subdirectory and make a convenience library of it
Optionally use an external popt library
Makefile.am | 23 ++-
configure.in | 17 ++
main.c | 2 +-
parse.c | 2 +-
popt.c | 588 -----------------------------------------------------
popt.h | 131 ------------
popt/Makefile.am | 8 +
popt/popt.c | 588 +++++++++++++++++++++++++++++++++++++++++++++++++++++
popt/popt.h | 131 ++++++++++++
popt/poptconfig.c | 188 +++++++++++++++++
popt/popthelp.c | 306 ++++++++++++++++++++++++++++
popt/poptint.h | 85 ++++++++
popt/poptparse.c | 126 ++++++++++++
poptconfig.c | 188 -----------------
popthelp.c | 306 ----------------------------
poptint.h | 85 --------
poptparse.c | 126 ------------
17 files changed, 1464 insertions(+), 1436 deletions(-)
delete mode 100644 popt.c
delete mode 100644 popt.h
create mode 100644 popt/Makefile.am
create mode 100644 popt/popt.c
create mode 100644 popt/popt.h
create mode 100644 popt/poptconfig.c
create mode 100644 popt/popthelp.c
create mode 100644 popt/poptint.h
create mode 100644 popt/poptparse.c
delete mode 100644 poptconfig.c
delete mode 100644 popthelp.c
delete mode 100644 poptint.h
delete mode 100644 poptparse.c
More information about the pkg-config
mailing list