I downloaded new files ran ./configure then make.
I get the following error:
[EMAIL PROTECTED] qmailadmin-1.0.6]# make
cd . && automake --foreign Makefile
configure.in:3: your implementation of AM_INIT_AUTOMAKE comes from
an
configure.in:3: old Automake version. You should recreate
aclocal.m4
configure.in:3: with aclocal and run automake again.
make: *** [Makefile.in] Error 1
I then run aclocal and automake then make.
This is when I get the QA_PACKAGE error.
John Morrow
-----Original Message-----
From: Jeff Hedlund [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 31, 2003 4:11 AM
To: John Morrow
Subject: Re: [qmailadmin] Make error while compiling qmailadmin-1.0.6
I haven't tried compiling 1.0.6, but QA_PACKAGE is the variable that
holds 'qmailadmin' and QA_VERSION holds the version number (1.0.6 in
this case)
You didn't run autoconf, did you? ./configure should have taken care of
the QA_PACKAGE and QA_VERSION.
Jeff