diff --git a/configure.ac b/configure.ac index 1234b945..33ccfc5d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.61) AC_INIT(SMCRoute, 2.3.0-rc1, https://github.com/troglobit/smcroute/issues, smcroute, http://troglobit.com/smcroute.html) -AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz]) +AM_INIT_AUTOMAKE([1.11 foreign dist-xz]) AM_SILENT_RULES([yes]) AC_CONFIG_SRCDIR([src/smcrouted.c])