configure: shift issue tracking back to github

pull/201/head
Ariadne Conill 2020-11-21 09:59:58 -07:00
parent bd960e9d05
commit f418b997e5
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ dnl implied. In no event shall the authors be liable for any damages arising
dnl from the use of this software.
AC_PREREQ([2.68])
AC_INIT([pkgconf], [1.7.3], [https://todo.sr.ht/~kaniini/pkgconf])
AC_INIT([pkgconf], [1.7.3], [https://github.com/pkgconf/pkgconf/issues/new])
AC_CONFIG_SRCDIR([cli/main.c])
AC_CONFIG_MACRO_DIR([m4])
AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"])