I'm not sure. You analyzed the failure that Alex was getting, where was it failing at?
Scott On Nov 23, 2009, at 2:20 PM, Nima Talebi wrote: Is the template processing a lot of work? Is it possible to rewrite that section so the calls to ordinary standard AC_PROG_SED-certified sed will suffice - by perhapse simplifying the sed expressions? Or if we depend on other things like awk/perl, use one of them?
Nima On Tue, Nov 24, 2009 at 9:13 AM, Scott Christley <address@hidden> wrote:
Maybe it would be better, instead of trying to work around libtool and AC_PROG_SED, which could easily break in the future. Just have a completely separate macro that searches for GNU sed, then in the few cases in the source code where we specifically need GNU sed, then we uses a different variable like GSED to access it instead of plain sed.
My guess is that the normal sed should work fine for all the autoconf stuff, that is what AC_PROG_SED should be checking. We just need GNU sed for the template processing?
Scott -- Nima Talebi web: http://ai.autonomy.net.au/People/Nimagpg: B51D 1F18 D8E2 B702 B027 23A4 E06B DAC1 BE70 ADC0
_______________________________________________ swarm-hackers mailing list address@hidden http://lists.nongnu.org/mailman/listinfo/swarm-hackers
|