On Wednesday 10 October 2012 18:47:46 Gregory M. Turner wrote: > + if [[ ${CHOST} == *-cygwin* ]] ; then > + fpeconfig="--without-fpectl"
just re-use myconf. this is what it's for. > + myconf="${myconf} ac_cv_func_bind_textdomain_codeset=yes" just export it: export ac_cv_func_bind_textdomain_codeset=yes > As for cpython_econf -- is it OK that it doesn't begin with "python"? > Or should it perhaps be "python_cpython_econf?" i think it's all a giant hack for a problem i have yet to see described where the user wasn't doing something wrong. it's one thing to add LDFLAGS="-L. ${LDFLAGS}" to support their dumbness, but it's a completely different ballgame to write an entire flag parser (which i'm going to assume isn't even really necessary or covers all possible angles). another alternative is to modify the python build system so that it uses the full path to the library directly rather than searching for it via -L ... -mike
signature.asc
Description: This is a digitally signed message part.