Blame sunfix.sh

Packit 8a864e
#!/bin/sh
Packit 8a864e
Packit 8a864e
# Sun C++ 4.0.1 gets confused by the macros in include/NCVector.h.
Packit 8a864e
Packit 8a864e
cd include
Packit 8a864e
mv NCVector.h NCVector.h.dist
Packit 8a864e
sed -f NCVector.sed Vector.h >NCVector.h
Packit 8a864e
chmod -w NCVector.h
Packit 8a864e
sed -f NCVector.sed Vector.cxx >NCVector.cxx
Packit 8a864e
chmod -w NCVector.cxx