diff --git a/autogen.sh b/autogen.sh index beddf735..4f8f10dd 100755 --- a/autogen.sh +++ b/autogen.sh @@ -31,8 +31,8 @@ rm -f \ wint_t.m4 \ xsize.m4 -aclocal -I m4 libtoolize -c -f || glibtoolize -c -f +aclocal -I m4 autoconf autoheader automake -acf --foreign diff --git a/tests/test_block_header.c b/tests/test_block_header.c index b50198ce..9285a265 100644 --- a/tests/test_block_header.c +++ b/tests/test_block_header.c @@ -278,7 +278,6 @@ test3(void) .has_crc32 = false, .has_eopm = true, .is_metadata = false, - .is_metadata = false, .compressed_size = LZMA_VLI_VALUE_UNKNOWN, .uncompressed_size = LZMA_VLI_VALUE_UNKNOWN, .compressed_reserve = 1,