cvs commit: src/lib/libarchive COPYING Makefile Makefile.am
archive.h.in configure.ac.in
Tim Kientzle
kientzle at FreeBSD.org
Wed Oct 12 22:51:38 PDT 2005
kientzle 2005-10-13 05:51:38 UTC
FreeBSD src repository
Modified files:
lib/libarchive COPYING Makefile Makefile.am archive.h.in
configure.ac.in
Log:
1) Use GNU libtool to build shared libraries on non-FreeBSD
systems (or on FreeBSD systems when using ports).
2) Overhaul the versioning logic. In particular,
SHLIB_MAJOR number is now computed as "major+minor",
which ensures library versions are the same for
the FreeBSD build system and the portable
libtool/autoconf/automake build system.
Revision Changes Path
1.2 +1 -1 src/lib/libarchive/COPYING
1.40 +65 -21 src/lib/libarchive/Makefile
1.4 +5 -2 src/lib/libarchive/Makefile.am
1.25 +8 -2 src/lib/libarchive/archive.h.in
1.8 +7 -3 src/lib/libarchive/configure.ac.in
More information about the cvs-src
mailing list