Hello Mark, * [email protected] wrote on Sun, Sep 13, 2009 at 11:45:34AM CEST: > After the /usr/share/autoconf/m4sugar/m4sh.m4 file is modified on the > system, autoconf may still generate the old macros when an attempt is > made to generate a configure file.
You probably have to either remove or rebuild the frozen state file(s) *.m4f, or pass -M aka. --melt to autom4te (AUTOM4TE='autom4te -M') to ignore them. Don't forget to pass --force to autoconf if you don't have the autom4te.cache disabled (and it is otherwise up to date wrt. files in the source tree). Hope that helps. Cheers, Ralf -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

