summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-12-01 19:10:55 +0100
committerTilman Sauerbeck <tilman@code-monkey.de>2006-12-01 19:10:55 +0100
commit10b2202c254b71b8d0da987a225d5e78a030bca4 (patch)
tree8e3fec3b4942bfdd785197e315ae34259fd01e24 /configure.ac
parent00efdc4959a0b240eb2dc7a3188c0ef64b2ad74a (diff)
Use the XORG_RELEASE_VERSION autoconf macro.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2a77ae5..dd430aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,8 @@ AC_INIT([xf86-video-mga],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-mga)
+XORG_RELEASE_VERSION
+
AC_CONFIG_SRCDIR([Makefile.am])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR(.)