head	1.2;
access;
symbols
	old_RELEASE_5_0_0:1.1
	old_RELEASE_4_7_0:1.1
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.01.02.18.51.00;	author arved;	state dead;
branches;
next	1.1;

1.1
date	2001.10.12.15.01.08;	author knu;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 0.3.12

PR:		46566
Submitted by:	Simon 'corecode' Schubert <corecode@@corecode.ath.cx>
Approved by:	TERAMOTO Masahiro <markun@@onohara.to> (maintainer)
@
text
@--- aclocal.m4.orig	Mon Sep 17 04:25:38 2001
+++ aclocal.m4	Wed Oct  3 01:50:51 2001
@@@@ -213,7 +213,7 @@@@
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
 
 # Always use our own libtool.
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+LIBTOOL='$(PORT_LIBTOOL)'
 AC_SUBST(LIBTOOL)dnl
 
 # Prevent multiple expansion
@


1.1
log
@- Update to 0.2.3.

- Update the URL in the package description.

- The author hacks a LIBTOOL path into their Makefiles that doesn't work
  under the ports system.  Make it work by a small patch to aclocal.m4
  (which requires the addition of USE_AUTOCONF) and passing in the port
  system's value of LIBTOOL (using a different variable name since they
  already use LIBTOOL themselves).  This was simpler than patching all
  their Makefiles.

PR:		ports/30999
Submitted by:	Dave Chapeskie <bsdport@@ddm.wox.org>
Approved by:	MAINTAINER
@
text
@@

