groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 14/17: m4/groff.m4: Refactor.


From: G. Branden Robinson
Subject: [groff] 14/17: m4/groff.m4: Refactor.
Date: Sat, 23 Jul 2022 12:40:46 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 5fe7fa6c13f4cf9864150287cb438b76fd0d935d
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Jul 22 22:05:00 2022 -0500

    m4/groff.m4: Refactor.
    
    * m4/groff.m4 (GROFF_PAGE): Refactor: drop AC_DEFINE of `PAGEA4`.  This
      symbol appears to be a relic; it is nowhere tested or dereferenced.
---
 ChangeLog   | 6 ++++++
 m4/groff.m4 | 4 ----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ed06008e..51c3fbae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-07-22  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * m4/groff.m4 (GROFF_PAGE): Refactor: drop AC_DEFINE of
+       `PAGEA4`.  This symbol appears to be a relic; it is nowhere
+       tested or dereferenced.
+
 2022-07-15  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * tmac/tty-char.tmac: Drop definition of \[sd] special
diff --git a/m4/groff.m4 b/m4/groff.m4
index 6f43f956..838a152d 100644
--- a/m4/groff.m4
+++ b/m4/groff.m4
@@ -909,10 +909,6 @@ AC_DEFUN([GROFF_PAGE],
    fi
 
    test -n "$PAGE" || PAGE=letter
-   if test "$PAGE" = A4; then
-     AC_DEFINE([PAGEA4], [1],
-       [Define if the printer's page size is A4.])
-   fi
    AC_MSG_RESULT([$PAGE])
    AC_SUBST([PAGE])])
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]