Age | Commit message (Collapse) | Author | Files | Lines |
|
have been converted to USE_BUILDLINK2.
|
|
(ah the joys of student access machines).
* much better support for cross compiling
* straighten out ANSI-conforming compiler checks
* avoid harmless compiler warnings reported by -Wcast-align
* fixed some sign extension problems on rather exotic machines where
sizeof(size_t) < sizeof(ptrdiff_t) and sizeof(lzo_uint) == sizeof(size_t)
* updated the configure system to use the latest Autoconf, Automake
and Libtool versions
|
|
available.
|
|
and mark as USE_BUILDLINK_ONLY.
|
|
|
|
|
|
configure.
|
|
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
|
|
Changes include:
* Updated the configure system to use Autoconf 2.13, Automake 1.4 and
Libtool 1.3.3.
* enhanced example programs a little bit
* no changes to the compression code - LZO has proven to be stable
|
|
written in ANSI C.
|