X-Git-Url: https://git.librecmc.org/?p=oweals%2Ftinc.git;a=blobdiff_plain;f=configure.ac;h=8da785c120f806e266f0a4b55f5f60fc617ecb53;hp=c6b2563e4ad06fb10a6f5d2a647cdadc5bd3945b;hb=708777e8abf18a19a2b2f1cb978257b39e12ba0f;hpb=d2732abcc7ab0b10577c4eeedb2135d8f5f6b4d5 diff --git a/configure.ac b/configure.ac index c6b2563..8da785c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) AC_INIT([tinc], [1.0.33]) AC_CONFIG_SRCDIR([src/tincd.c]) -AM_INIT_AUTOMAKE([1.11 check-news std-options subdir-objects nostdinc silent-rules -Wall info-in-builddir]) +AM_INIT_AUTOMAKE([1.11 check-news std-options subdir-objects nostdinc silent-rules -Wall]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AM_SILENT_RULES([yes])