diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 17:20:37 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-21 17:20:37 -0800 |
commit | ec1b7e95a5a597297de85505b494a09b5c32b0a7 (patch) | |
tree | 5b514f72bc7e5de51989fbeafceea2d18dfd82a5 /configure.ac | |
parent | decfe4c34f6b96e33483dc9de414c2dd0965e581 (diff) |
Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d3ed67f..0c3fcfc 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT(xvidtune, [1.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xvidtune) +AC_INIT(xvidtune, [1.0.3], [https://gitlab.freedesktop.org/xorg/app/xvidtune/issues], xvidtune) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |