Re: [Clamav-users] Install Clam-dev

2004-09-01 Thread Frank Elsner
On Wed, 01 Sep 2004 17:26:43 +0800 Wilson Mak wrote: > I like to install clamav dev version, but got these errors when running > "make": > > cd . && /bin/sh /usr/local/src/clamav-devel-latest/missing --run autoconf > configure.in:20: error: Autoconf version 2.58 or higher is required > aclocal.m4

Re: [Clamav-users] Install Clam-dev

2004-09-01 Thread Damian Menscher
On Wed, 1 Sep 2004, Wilson Mak wrote: > I like to install clamav dev version, but got these errors when running > "make": > > cd . && /bin/sh /usr/local/src/clamav-devel-latest/missing --run autoconf > configure.in:20: error: Autoconf version 2.58 or higher is required > aclocal.m4:529: AM_INIT_AU

Re: [Clamav-users] Install Clam-dev

2004-09-01 Thread Fajar A. Nugraha
Wilson Mak wrote: Hi all, I like to install clamav dev version, but got these errors when running "make": [snip] I am using RH9. Is there a way to install dev version without upgrading Autoconf to 2.58? Try running aclocal && autoconf && automake on the source dir, then run ./configure - or -