Using different cc to build Python 1.2?

Bill Janssen (janssen@parc.xerox.com)
Fri, 14 Apr 1995 14:53:32 PDT

I'd like the use the command "/project/sc2.0.1/lang/acc -Xc" as my C
compile command to build Python 1.2 with, instead of either "gcc" or
"cc". How do I do specify that to configure? I've tried

% setenv CC "/project/sc2.0.1/lang/acc -Xc"
% ./configure

which didn't work.

Bill