From 6c5827423b3b60faa734c3c44c6d5a7a853d7c54 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 28 May 2017 22:29:44 +0200 Subject: [PATCH] Enable .tar.gz distribution archives Handy on older *BSD installs which don't have xz. Signed-off-by: Joachim Nilsson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])