diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:25:45 +0000 |
---|---|---|
committer | Sung-Jin Park <sj76.park@samsung.com> | 2013-09-02 23:37:40 -0400 |
commit | 1723899cf5e94b91cb0e9f3d9a76836b884a0902 (patch) | |
tree | 2101a7d54e347ad0659381334e5948c59be0dd1b /configure.ac | |
parent | 0658940209cd590c71f22e133e40556a1f1ab29a (diff) | |
download | xeyes-1723899cf5e94b91cb0e9f3d9a76836b884a0902.tar.gz xeyes-1723899cf5e94b91cb0e9f3d9a76836b884a0902.tar.bz2 xeyes-1723899cf5e94b91cb0e9f3d9a76836b884a0902.zip |
Use sed to fill in variables in man page
Change-Id: I83b5fc6784dfdc8a2a5b124f6c0c126fe34a8293
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 19a5e4e..82df44b 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,7 @@ PKG_CHECK_MODULES(XEYES, x11 xt xext xmu) AC_SUBST(XEYES_CFLAGS) AC_SUBST(XEYES_LIBS) +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile]) |