summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:47:06 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-10-14 00:47:06 +0000
commitd8d71cb05b95598394fb3d15afe97844e82fb95b (patch)
tree95bc8b490c42a9e8e7b4e3a889d7ed58f629944e
parent5c53b099cf5574433f35c3834b95bb18a63ea7bd (diff)
Add XORG_MANPAGE_SECTIONS & XORG_RELEASE_VERSION
-rw-r--r--configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7267c13..df6155b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,5 @@
-
+dnl $Id$
+dnl
dnl Copyright 2005 Red Hat, Inc.
dnl
dnl Permission to use, copy, modify, distribute, and sell this software and its
@@ -36,4 +37,7 @@ PKG_CHECK_MODULES(MKCFM, x11 xfont libfs fontsproto)
AC_SUBST(MKCFM_CFLAGS)
AC_SUBST(MKCFM_LIBS)
+XORG_MANPAGE_SECTIONS
+XORG_RELEASE_VERSION
+
AC_OUTPUT([Makefile])