diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3411b7f..69d53a0 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-dummy], 0.1.0, - [ajax@freedesktop.org], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xf86-video-dummy) AC_CONFIG_SRCDIR([Makefile.am]) @@ -59,6 +59,8 @@ AC_SUBST([INCLUDES]) # Checks for header files. AC_HEADER_STDC +XORG_RELEASE_VERSION + AC_OUTPUT([ Makefile src/Makefile |