summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
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