Adding GNU getopt to the groff distribution.
commit544fdff22c8365a4147bec436939025a7095db53
authorWerner LEMBERG <wl@gnu.org>
Tue, 29 Feb 2000 10:35:52 +0000 (29 10:35 +0000)
committerWerner LEMBERG <wl@gnu.org>
Tue, 29 Feb 2000 10:35:52 +0000 (29 10:35 +0000)
tree4413b20a5f2d1e096c15b14a996ef44e3e479f96
parent2e2a70d76d13663e58e598664a5bf9f58ac63426
Adding GNU getopt to the groff distribution.

* src/include/getopt.h, src/libs/libgroff/{getopt.c,getopt1.c}:
New files.
* src/include/Makefile.sub, src/libs/libgroff/Makefile.sub: Update.
* aclocal.a4: Remove GROFF_GETOPT function.
* configure.in, Makefile.in, PROBLEMS: Update.
* src/include/lib.h: Replace getopt tests with getopt.h.
* src/devices/grolbp/lpb.cc: Remove inclusion of getopt.h.

* doc/groff.texinfo: Further checking/updating.  Adding more index
entries.

* src/devices/grolbp/grolbp.man: Added a comment line at the
beginning of the file (similar to shell scripts) which indicates
that `tbl' should be used as a preprocessor.
15 files changed:
ChangeLog
Makefile.in
PROBLEMS
aclocal.m4
configure
configure.in
doc/groff.texinfo
src/devices/grolbp/grolbp.man
src/devices/grolbp/lbp.cc
src/include/Makefile.sub
src/include/getopt.h [new file with mode: 0644]
src/include/lib.h
src/libs/libgroff/Makefile.sub
src/libs/libgroff/getopt.c [new file with mode: 0644]
src/libs/libgroff/getopt1.c [new file with mode: 0644]