summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-06-01 14:59:11 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-06-03 04:00:45 -0500
commite1e305962ce4ecb4375189c2f8035d5cec7db7c5 (patch)
tree3684ecc7cfbfc158ac513dda4782b6f23a9b2fba /configure.ac
parent4217304fed9cd062a5234e1211012432166f8420 (diff)
downloadgroff-git-e1e305962ce4ecb4375189c2f8035d5cec7db7c5.tar.gz
[build]: Rename APPRES* stuff to APPDEF*.
* configure.ac: * m4/groff.m4 (GROFF_APPDEFDIR_OPTION, GROFF_APPDEFDIR_DEFAULT, GROFF_APPDEFDIR_CHECK): Rename m4 macros and shell variable from "*appres*" to "*appdef*. Update interpolation sites. * configure.ac: * m4/groff.m4 (GROFF_APPDEFDIR_CHECK): Further rename this... (GROFF_APPDEFDIR_NOTICE): ...to this, for consistency with other post-report output macros. * Makefile.am: * PROBLEMS: * doc/automake.mom: * src/devices/xditview/xditview.am: Update interpolation sites of `appresdir`. * Makefile.am: * src/devices/xditview/gxditview.1.man: * src/roff/groff/groff.1.man: Update interpolation site of `APPRESDIR`. * NEWS: Add item.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 8813aff58..a6d26dcab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,8 +55,8 @@ GROFF_EBCDIC
GROFF_OS390
GROFF_CMD_FILES
GROFF_X11
-GROFF_APPRESDIR_OPTION
-GROFF_APPRESDIR_DEFAULT
+GROFF_APPDEFDIR_OPTION
+GROFF_APPDEFDIR_DEFAULT
GROFF_LIBPROGRAMDIR_DEFAULT
GROFF_GLILYPONDDIR_DEFAULT
GROFF_GPINYINDIR_DEFAULT
@@ -235,7 +235,7 @@ then
else
echo "\
X11 support : enabled
- X11 app defaults directory : $appresdir"
+ X11 app defaults directory : $appdefdir"
fi
echo "\
'groff -l' uses print spooler : $groff_have_spooler
@@ -245,7 +245,7 @@ echo "\
echo "\
----------------------------------------------------------------------"
-GROFF_APPRESDIR_CHECK
+GROFF_APPDEFDIR_NOTICE
GROFF_URW_FONTS_NOTICE
GROFF_UCHARDET_NOTICE
GROFF_GHOSTSCRIPT_VERSION_NOTICE