From 3a7ba82d59b0d940e64a10682c6c96e14d4a46b3 Mon Sep 17 00:00:00 2001 From: angt Date: Wed, 11 Nov 2015 09:36:19 +0100 Subject: [PATCH] Update configure.ac --- configure.ac | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 9030ec2..8cd0fdb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,11 @@ AC_PREREQ([2.65]) -AC_INIT([glorytun], [0.0.1], - [https://github.com/angt/glorytun/issues], - [glorytun], - [https://github.com/angt/glorytun]) +AC_INIT([glorytun], [0.0.1], [https://github.com/angt/glorytun/issues], + [glorytun], [https://github.com/angt/glorytun]) +AC_CONFIG_SRCDIR([src/common.h]) +AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([1.9 -Wall -Werror foreign tar-ustar subdir-objects]) AM_DEP_TRACK AM_SILENT_RULES([yes]) -AC_CONFIG_SRCDIR([src/common.h]) AC_PROG_CC_C99 AC_USE_SYSTEM_EXTENSIONS AC_SEARCH_LIBS([getaddrinfo], [resolv nsl])