* aclocal.m4 (GROFF_PAGE): Don't use `prefix' directly since it
commit84ad0f704e0aea74389aaa9ecb6f1d9b600ff8c3
authorWerner LEMBERG <wl@gnu.org>
Wed, 5 Jun 2002 13:46:42 +0000 (5 13:46 +0000)
committerWerner LEMBERG <wl@gnu.org>
Wed, 5 Jun 2002 13:46:42 +0000 (5 13:46 +0000)
treea010fa4003fd0f696ebcf8c0d2c2c13e860df5ef
parentea0d8bd5b51e7440a48ed7e65cdc66cbb7e56ec9
* aclocal.m4 (GROFF_PAGE): Don't use `prefix' directly since it
is not initialized at the time we need it in case `--prefix' hasn't
been set.  Check for `ac_default_prefix' also.
Test for `papersize' keyword also and generalize allowed whitespace.
* configure: Regenerated.

* font/devps/Makefile.sub (DESC): Use `papersize' instead of
`paperlength'.

* src/libs/libgroff/Makefile.sub (version, revision): Replaced
with...
(src_version, src_revision): New variables to avoid overwriting
from parent make process.
(version.cc): Updated.
* contrib/mom/Makefile.sub (groff_bin_dirs): Fix typo (forgotten
`src' element).

* src/preproc/html/pre-html.cc: Include paper.h and font.h.
(linebuf, linebufsize): New global variables.
(sys_fatal): Use `fatal' to abort properly.
(get_line): New function.
(get_resolution): Use it.
Improve error messages.
(get_papersize): Check `papersize' also.
Use `get_line'.
Improve error messages.
ChangeLog
aclocal.m4
configure
contrib/mom/Makefile.sub
font/devps/Makefile.sub
src/libs/libgroff/Makefile.sub
src/preproc/html/pre-html.cc