Posted on Mon, 13 Nov 2006 11:37:56 +0300
by author Oleg Albegov <[EMAIL PROTECTED]>
> I think, i have the latest..
> 
> [EMAIL PROTECTED] /usr/ports/devel/autoconf259]# pkg_info | grep auto
> autoconf-2.59_2     Automatically configure source code on many Un*x 
> platforms
> automake-1.9.6      GNU Standards-compliant Makefile generator (1.9)

If you have installed autoconf259, automake19 and libtool, all from the
ports, then the following will generate the configure.

cd dbmail_2_2_branch
cat /usr/local/share/aclocal/libtool.m4 >> acinclude.m4
ACLOCAL=aclocal19 AUTOCONF=autoconf259 AUTOHEADER=autoheader259 \
AUTOM4TE=autom4te259 AUTOMAKE=automake19 AUTORECONF=autoreconf259 \
AUTOSCAN=autoscan259 AUTOUPDATE=autoupdate259 LIBTOOL=libtool \
LIBTOOLIZE=libtoolize autoreconf259 -f -i

-- 
UEMURA (fka. MAENAKA) Tetsuya <[EMAIL PROTECTED]>

Reply via email to