From 2b5316265c5ce6c7dbd8f726826d5d5a7385febd Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 7 Apr 2024 12:53:58 -0700 Subject: configure: use @-style substitutions for man pages instead of __-style Moves substitution of variables from Makefile.am to configure.ac in preparation for allowing meson.build to do the same. Signed-off-by: Alan Coopersmith Part-of: --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 32c22d3..6de0b23 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,9 @@ XORG_DEFAULT_OPTIONS # Checks for pkg-config packages PKG_CHECK_MODULES(APPRES, [x11 xt xproto >= 7.0.17]) +# Substitute config variables in man pages +AC_CONFIG_FILES([man/appres.1:man/appres.man]) + AC_CONFIG_FILES([ Makefile man/Makefile]) -- cgit v1.2.3