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.
The automake/autoconf files for qmailadmin have been messed up for some time now. Jeff Hedlund has made some progress on fixing them up, and his changes will be in the upcoming 1.0.21 release (sometime early next week).
After downloading qmailadmin 1.0.6, try running `touch *` in the qmailadmin-1.0.6 directory before you do .configure. That might prevent it from running automake.
-- Tom Collins [EMAIL PROTECTED]
