Update bug report URL and home page in AC_INIT

Change-Id: I749554fa899c24ed8d95b230f75f9a03ea5e1b85
This commit is contained in:
Andras Timar 2020-10-02 10:56:25 +02:00
parent fa3dbfdacd
commit 2dda7bf815

View file

@ -3,7 +3,7 @@
AC_PREREQ([2.63])
AC_INIT([loolwsd], [master], [libreoffice@lists.freedesktop.org])
AC_INIT([loolwsd], [master], [https://github.com/CollaboraOnline/online/issues], [loolwsd], [https://collaboraonline.github.io/])
LT_INIT([shared, disable-static, dlopen])
AM_INIT_AUTOMAKE([1.10 foreign subdir-objects tar-pax -Wno-portability])