summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-07-25 15:42:58 +0000
committerwlemb <wlemb>2001-07-25 15:42:58 +0000
commitaaa4d7c8f133669eaf86762a154baadf9a6e48b4 (patch)
treeb541f5ab50b91f2a0f656d580f9af30d745de3c7 /aclocal.m4
parent0647ab8120153c0480a89d61a12e68d449f7fa04 (diff)
downloadgroff-aaa4d7c8f133669eaf86762a154baadf9a6e48b4.tar.gz
* aclocal.m4 (GROFF_PAGE): Add `AC_DEFINE(PAGEA4)'.
* src/preproc/html/pre-html.cc: Use it for DEFAULT_VERTICAL_OFFSET. * Makefile.in: Comment updated. * configure: Regenerated. * src/preproc/html/pre-html.cc (TRANSPARENT): Use `white' as colour name instead of number.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index bf2b2959..d72c696b 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -260,6 +260,9 @@ changequote(,)dnl
changequote([,])dnl
fi
test -n "$PAGE" || PAGE=letter
+if test "x$PAGE" = "xA4"; then
+ AC_DEFINE(PAGEA4)
+fi
AC_MSG_RESULT($PAGE)
AC_SUBST(PAGE)])dnl
dnl