diff options
author | Jim Meyering <meyering@redhat.com> | 2007-12-09 15:34:25 +0100 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2007-12-09 17:07:01 +0200 |
commit | c90daf86ce683fa8cf80491d624ffb158dfbd9d7 (patch) | |
tree | 1278103a232e748ba9ef22678b08fe1bd9fdc7b0 /autogen.sh | |
parent | Take advantage of return_if_error() macro in more places. (diff) | |
download | xz-c90daf86ce683fa8cf80491d624ffb158dfbd9d7.tar.xz |
* tests/test_block_header.c (test3): Remove duplicate initializer.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |