Pavan Balaji, le Tue 20 Oct 2009 20:19:59 -0500, a écrit : > >> I am not sure how hard it'd be to avoid errors during configure. Are we > >> sure PKG_* macros or other external things will never use AC_MSG_ERROR ? > > > > In principle ac macros always have an "what if not found" part which > > allows us to fallback nicely. > > Note that if you decide to take this approach, it is important that > neither the configure nor the make fail.
I've checked configure, only the check for egrep may fail and does not provide any fallback which we could have used. It's only used for the documentation generation, Jeff, maybe we can find an alternative to egrep for what we use it for? make is supposed to always succeed (unless bugs of course :) ) Samuel