Will the modelview matrix alter texgen planes?

I am rendering a projected texture.

If I set up the texgen planes, will subsequent calls to glPushMatrix (using the modelviewmatrix) alter the texgen planes? I mean, can I set up the texgen planes, then render all my models, or do I have to transform the texgen planes to local space for each model?