diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:52:20 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-14 00:52:20 +0000 |
commit | 19f44d1a8c09cfb153c011518ad6c7d9383c1578 (patch) | |
tree | 10e0dfac9e24182abaff78b6465c135ca259feb0 | |
parent | 111f15bc4c3e0ffec283aa6fc9ab0e0e37e19cdf (diff) |
Add XORG_MANPAGE_SECTIONS & XORG_RELEASE_VERSION
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0e7866c..66719ee 100644 --- a/configure.ac +++ b/configure.ac @@ -49,6 +49,9 @@ PKG_CHECK_MODULES(XRX, x11 xt xext) AC_SUBST(XRX_CFLAGS) AC_SUBST(XRX_LIBS) +XORG_MANPAGE_SECTIONS +XORG_RELEASE_VERSION + AC_OUTPUT([ Makefile helper/Makefile |