|
From: Nicholas N. <nj...@ca...> - 2005-01-10 20:48:01
|
On Mon, 10 Jan 2005, Jeremy Fitzhardinge wrote: >> - First up, you have used AS_HELP_STRING in configure.in but >> none of my older systems know that even though they have >> newer autoconfs than they originally shipped with. Only a >> problem for people using CVS of course. > > That seems to be a general autoconf problem. I had to install a new > autoconf on my RH7.3 system to get the CVS HEAD to build anyway. I've seen that problem before too -- IIRC, I handled it by just writing the string directly instead of using AS_HELP_STRING; it may not be the "proper" way, but it works, and it's only an error msg in the autconf output that is slightly affected. N |