Enabled .tar.gz distribution support

Github does not allow releases including .tar.xz anymore so we have to
also enable old school .tar.gz.
This commit is contained in:
Martin Lund 2015-04-18 12:07:14 +03:00
parent e787a73548
commit 1eca1f7dc6

View file

@ -1,7 +1,7 @@
AC_PREREQ([2.68])
AC_INIT([Go TTY], [1.2], [], [gotty], [http://gotty.io])
AC_CONFIG_HEADERS([src/include/config.h])
AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip -Wall -Werror])
AM_INIT_AUTOMAKE([1.11 foreign dist-xz -Wall -Werror])
AM_SILENT_RULES([yes])
AC_PROG_CC
AC_LANG([C])