This commit is contained in:
angt
2015-11-03 18:03:06 +01:00
parent 24e3ad3f18
commit 2905943105

View File

@@ -1,5 +1,8 @@
AC_PREREQ([2.69])
AC_INIT([glorytun], [0.0.1])
AC_INIT([glorytun], [0.0.1],
[https://github.com/angt/glorytun/issues],
[glorytun],
[https://github.com/angt/glorytun])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([common.h])