1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00

Make PACKAGE_BUGREPORT point to the bug tracker URI.

git-svn-id: https://svn.xiph.org/trunk/ezstream@13432 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-08-02 18:50:05 +00:00
parent 62661080dc
commit b98f9a8f49

View File

@ -1,6 +1,6 @@
dnl INITIALIZATION dnl INITIALIZATION
AC_INIT([ezstream], [0.4.4], [mdgrimm@gmx.net]) AC_INIT([ezstream], [0.4.4], [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)
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE