X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=configure.ac;h=4c5c0560f6f555354c4336df94d95b427a9522a3;hb=96a323e16a1f3e99d0b498aa90423b060c3d458f;hp=120a8db5189fb5f93859ef3378582313d5e6585e;hpb=51b5aab9b042dffc6ef0791358f097895a3234eb;p=tinc diff --git a/configure.ac b/configure.ac index 120a8db5..4c5c0560 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([info-in-builddir std-options subdir-objects -Wall]) +AM_INIT_AUTOMAKE([std-options subdir-objects -Wall]) AC_CONFIG_HEADERS([config.h]) # Enable GNU extensions.