Cyrill Schenkel writes: > +By default the `gnu-build-system' tries to run the configure script with > +bash. This doesn't work because the node configure script is written in > +python. > + > +This patch is a small hack which redirects the original content of the > +configure script to python in a bash compatible manner.
Instead of patching the configure script, why not replace the default configure step with one that calls python instead? This is done e.g. in the "petsc" package. -- Eric Bavier Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html
