Fix license info ( BSD-3-Clause -> BSD-2.0 )
[platform/upstream/bzip2.git] / README.autotools
1 bzip2 autoconfiscated
2 =====================
3
4 Temporarily at http://ftp.suse.com/pub/people/sbrabec/bzip2/ expecting
5 that it will become a new upstream version to prevent per-distribution
6 shared library patching done by nearly each Linux vendor separately.
7
8 Autoconfiscation brings standard ./configure ; make ; make install
9 installation, seamless support of DESTDIR, automatic check for supported
10 CFLAGS, standard shared library support, automatic large files CFLAGS
11 check and all things that are supported by automake.
12
13 It makes obsolete Makefile-libbz2_so and README.COMPILATION.PROBLEMS.
14 Now configure should automatically detect correct build flags.
15
16 In case of any problem or question with autotools support feel free to
17 contact me: Stanislav Brabec <sbrabec@suse.cz>
18
19 Autoconfiscated version binaries are exactly equal to
20 bzip2-1.0.5.tar.gz. There are only few changes. See below.
21
22
23 New features:
24
25 Trivial link man pages for bzcat and bunzip2 added.
26
27 bzip2.pc file for pkg-config. Packages can use it for checks.
28
29
30 Incompatible changes:
31
32 soname change. Libtool has no support for two parts soname suffix (e. g.
33 libbz2.so.1.0). It must be a single number (e. g. libbz2.so.1). That is
34 why soname must change. But I see not a big problem with it. Several
35 distributions already use the new number instead of the non-standard
36 number from Makefile-libbz2_so.
37
38 To be super-safe, I incremented minor number of the library file, so
39 both instances of the shared library can live together.