1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

Issue tracker in GitLab now

This commit is contained in:
Moritz Grimm 2020-01-28 20:59:43 +01:00
parent 73b15ac5b2
commit dcc2130afd

View File

@ -2,8 +2,7 @@ dnl ###########
dnl ## SETUP ########################################################### dnl ## SETUP ###########################################################
dnl ########### dnl ###########
AC_INIT([ezstream], [1.0.0], AC_INIT([ezstream], [1.0.0], [https://gitlab.xiph.org/xiph/ezstream/issues])
[https://trac.xiph.org/newticket?component=ezstream])
AC_PREREQ([2.61]) AC_PREREQ([2.61])
AC_CONFIG_SRCDIR([src/ezstream.c]) AC_CONFIG_SRCDIR([src/ezstream.c])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])