forked from pool/lz4
Avoid dist-xz for SLES's sake
OBS-URL: https://build.opensuse.org/package/show/Archiving/lz4?expand=0&rev=4
This commit is contained in:
parent
898a7df38c
commit
fe3bb6b9a5
@ -22,7 +22,7 @@ Index: lz4/configure.ac
|
||||
+AC_INIT([lz4], [0])
|
||||
+AC_CONFIG_AUX_DIR([build-aux])
|
||||
+AC_CONFIG_HEADERS([config.h])
|
||||
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax no-dist-gzip dist-xz])
|
||||
+AM_INIT_AUTOMAKE([-Wall foreign subdir-objects tar-pax])
|
||||
+AC_PROG_CC
|
||||
+AM_PROG_CC_C_O
|
||||
+AC_CONFIG_FILES([Makefile])
|
||||
|
Loading…
Reference in New Issue
Block a user