X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.ac;h=ca1264082f74c80a18228b351108a6f075553317;hb=22ae0c3549628739ca7c40e48ce1a276469ded92;hp=216f271f68afe075cf43247f9b5b5c49eca639ff;hpb=8f2ef1a174d18a9efdf9b0bd2417132fe7d84e9f;p=tinc diff --git a/configure.ac b/configure.ac index 216f271f..ca126408 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ origcflags="$CFLAGS" AC_PREREQ(2.61) AC_INIT([tinc], m4_esyscmd_s((git describe || echo UNKNOWN) | sed 's/release-//')) AC_CONFIG_SRCDIR([src/tincd.c]) -AM_INIT_AUTOMAKE([std-options subdir-objects nostdinc silent-rules -Wall info-in-builddir]) +AM_INIT_AUTOMAKE([std-options subdir-objects nostdinc silent-rules -Wall]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AM_SILENT_RULES([yes]) @@ -265,6 +265,6 @@ if test "x$runstatedir" = "x"; then AC_SUBST([runstatedir], ['${localstatedir}/run']) fi -AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile gui/Makefile test/Makefile systemd/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile test/Makefile systemd/Makefile]) AC_OUTPUT