SHA256
1
0
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:
Jan Engelhardt 2013-02-21 05:54:14 +00:00 committed by Git OBS Bridge
parent 898a7df38c
commit fe3bb6b9a5

View File

@ -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])