mirror of
https://github.com/troglobit/editline.git
synced 2025-05-05 20:11:12 +08:00
Reintroduce .tar.gz for distribution archives
For systems that don't have xz in the base install. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
322055b89a
commit
3e40e24e11
@ -1,5 +1,5 @@
|
||||
AC_INIT(editline, 1.17.0, https://github.com/troglobit/editline/issues)
|
||||
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_MACRO_DIR([m4])
|
||||
|
Loading…
Reference in New Issue
Block a user