Gavin Smith wrote: > I'm not sure applying a patch such as this is the best way to upgrade > these files. If these files came from Automake then it would make sense > to update them from the Automake release with an installed version of > Automake by running "automake" or similar (it's probably done by > the autogen.sh script).
Yes, that's what I meant. "automake -a -c" or "AUTOPOINT=true autoreconf" should do that. Sorry if I wasn't clear. Bruno