X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.ac;h=dfdef20c15ef171cd006271ef8a4c3b84240569a;hp=b51c47b3664bde658fda71a4bc5dbed762dd7093;hb=ac9e32ff91ee2318c49808522f0c7d458c79eb44;hpb=96dd6e5f6c6f3f7717102fb3b38759b6cc0c0555 diff --git a/configure.ac b/configure.ac index b51c47b3..dfdef20c 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.61) AC_INIT([tinc], m4_esyscmd_s((git describe || echo UNKNOWN) | sed 's/release-//')) AC_CONFIG_SRCDIR([src/tincd.c]) AC_GNU_SOURCE -AM_INIT_AUTOMAKE([std-options subdir-objects -Wall]) +AM_INIT_AUTOMAKE([std-options subdir-objects nostdinc -Wall]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4])