Skip to content

Commit

Permalink
Enable .tar.gz distribution archives
Browse files Browse the repository at this point in the history
Handy on older *BSD installs which don't have xz.

Signed-off-by: Joachim Nilsson <[email protected]>
  • Loading branch information
troglobit committed May 28, 2017
1 parent a03971a commit 6c58274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 6c58274

Please sign in to comment.