rm -rf bzip2-1.0.6 tar -zxf bzip2-1.0.6.tar.gz cd bzip2-1.0.6 cp -a ../Makefile.am ../configure.ac ../bzip2.pc.in ../README.autotools ../m4 . mv LICENSE COPYING mv CHANGES NEWS rm README.COMPILATION.PROBLEMS rm Makefile rm Makefile-libbz2_so patch <../bzlib_h.patch touch AUTHORS touch ChangeLog libtoolize --force aclocal automake --add-missing --gnu autoconf ./configure make make distcheck make test cp -a bzip2-1.0.6.0.2.tar.gz ..