Update configure.ac

This commit is contained in:
angt
2015-11-11 09:36:19 +01:00
parent 9cf4c97468
commit 3a7ba82d59

View File

@@ -1,12 +1,11 @@
AC_PREREQ([2.65]) AC_PREREQ([2.65])
AC_INIT([glorytun], [0.0.1], AC_INIT([glorytun], [0.0.1], [https://github.com/angt/glorytun/issues],
[https://github.com/angt/glorytun/issues], [glorytun], [https://github.com/angt/glorytun])
[glorytun], AC_CONFIG_SRCDIR([src/common.h])
[https://github.com/angt/glorytun]) AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.9 -Wall -Werror foreign tar-ustar subdir-objects]) AM_INIT_AUTOMAKE([1.9 -Wall -Werror foreign tar-ustar subdir-objects])
AM_DEP_TRACK AM_DEP_TRACK
AM_SILENT_RULES([yes]) AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([src/common.h])
AC_PROG_CC_C99 AC_PROG_CC_C99
AC_USE_SYSTEM_EXTENSIONS AC_USE_SYSTEM_EXTENSIONS
AC_SEARCH_LIBS([getaddrinfo], [resolv nsl]) AC_SEARCH_LIBS([getaddrinfo], [resolv nsl])