Update configure.ac bug URL for gitlab migration

It is based on Alan Coopersmith's commit for various fd.o projects.

Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
This commit is contained in:
Kevin Brace 2019-03-02 14:10:41 -08:00
parent af63efe470
commit a93f8f74b5

View file

@ -26,7 +26,7 @@ dnl
dnl Process this file with autoconf to create configure. dnl Process this file with autoconf to create configure.
AC_PREREQ(2.60) AC_PREREQ(2.60)
AC_INIT([xorg-server], 1.19.6, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) AC_INIT([xorg-server], 1.19.6, [https://gitlab.freedesktop.org/xorg/xserver/issues], xorg-server)
RELEASE_DATE="2017-12-20" RELEASE_DATE="2017-12-20"
RELEASE_NAME="Lousiana Gumbo" RELEASE_NAME="Lousiana Gumbo"
AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_SRCDIR([Makefile.am])