summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-03-27 18:03:13 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-03-27 18:03:13 -0700
commite01d691aa684d0d1247f772b7c537ec3254bb9bc (patch)
tree0b8bcc40a572f053e94ee211fbbd6e0a107a5230 /configure.ac
parent92030dd4c221e8043521ae4dc9d32d50e6ff44c4 (diff)
downloadxorg-lib-libXpm-e01d691aa684d0d1247f772b7c537ec3254bb9bc.tar.gz
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.ac2
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])