mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
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:
parent
e787a73548
commit
1eca1f7dc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue