diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-03-27 18:03:13 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-03-27 18:03:13 -0700 |
commit | e01d691aa684d0d1247f772b7c537ec3254bb9bc (patch) | |
tree | 0b8bcc40a572f053e94ee211fbbd6e0a107a5230 /configure.ac | |
parent | 92030dd4c221e8043521ae4dc9d32d50e6ff44c4 (diff) |
test: Use PACKAGE_BUGREPORT instead of hard-coded URL's
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 a1c28a8..3eeb755 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([libXpm], [3.5.15], - [https://gitlab.freedesktop.org/xorg/lib/libxpm/-/issues], [libXpm]) + [https://gitlab.freedesktop.org/xorg/lib/libxpm/-/issues/], [libXpm]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) |