Use nostdinc instead of overriding DEFAULT_INCLUDES.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 28 Feb 2016 14:48:19 +0000 (15:48 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 28 Feb 2016 14:48:19 +0000 (15:48 +0100)
configure.ac
src/Makefile.am

index b51c47b3664bde658fda71a4bc5dbed762dd7093..dfdef20c15ef171cd006271ef8a4c3b84240569a 100644 (file)
@@ -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])
 
index 035717b8cc4434aeff4b21efb9ff51693619f0f4..dacfbfc9dbbcc219abeaffa53d03bd34c0e351a2 100644 (file)
@@ -13,8 +13,6 @@ if LINUX
 sbin_PROGRAMS += sptps_speed
 endif
 
-DEFAULT_INCLUDES =
-
 ed25519_SOURCES = \
        ed25519/add_scalar.c \
        ed25519/ed25519.h \