This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
how to regenerate automake files
- From: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- To: GCC Development <gcc at gcc dot gnu dot org>
- Date: Thu, 12 Apr 2007 19:12:20 +0200
- Subject: how to regenerate automake files
- Reply-to: bonzini at gnu dot org
I just found out that just running "automake" is not enough if you have
installed Autoconf 2.59 as "autoconf-2.59", and a newer Autoconf as just
"autoconf".
You have to do
AUTOM4TE=autom4te-2.59 automake
(possibly something like "AUTOM4TE=autom4te-2.59 automake-1.9").
I thought that sharing this bit of wisdom would be appreciated.
Paolo