diff options
author | rh <rh@pkgsrc.org> | 1999-12-22 19:46:23 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-22 19:46:23 +0000 |
commit | 969cd3088042ff54061e81f798534e3cca01adba (patch) | |
tree | 2cd66ba9f21e7ce214906cc5350d62dec029e852 /archivers/liblzo/patches/patch-aa | |
parent | 0e693c38beb199956e07bcb95739e7f346a4be20 (diff) | |
download | pkgsrc-969cd3088042ff54061e81f798534e3cca01adba.tar.gz |
Update liblzo to 1.06.
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
Diffstat (limited to 'archivers/liblzo/patches/patch-aa')
-rw-r--r-- | archivers/liblzo/patches/patch-aa | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/archivers/liblzo/patches/patch-aa b/archivers/liblzo/patches/patch-aa index d718a455746..b6ecdc4756b 100644 --- a/archivers/liblzo/patches/patch-aa +++ b/archivers/liblzo/patches/patch-aa @@ -1,24 +1,24 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/08/16 15:29:37 rh Exp $ +$NetBSD: patch-aa,v 1.2 1999/12/22 19:46:24 rh Exp $ ---- configure.orig Sun Mar 15 16:26:21 1998 -+++ configure Mon Aug 16 15:31:55 1999 -@@ -1760,6 +1760,7 @@ - echo "$ac_t""no" 1>&6 - fi +--- configure.orig Mon Nov 29 18:37:24 1999 ++++ configure Wed Dec 22 20:33:48 1999 +@@ -2099,6 +2099,7 @@ + rm -f confcache + +if false; then + # Actually configure libtool. ac_aux_dir is where install-sh is found. + CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ + LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ +@@ -2123,6 +2124,7 @@ + # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' - -@@ -1805,6 +1806,7 @@ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ - $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } +fi - - if test "$USE_MAINTAINER_MODE" = yes; then -@@ -3707,10 +3709,12 @@ + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. +@@ -4050,10 +4052,12 @@ top_srcdir="$ac_dots$ac_given_srcdir" ;; esac |