* Path for renames during restore and renames during share (thanks to Bryan Aldrich...
[vss2svn.git] / ssphys / ssphys.PL
blob2a4d11f88d56b1b759b4707a1103486ae57c849b
1 chdir ("ssphys");
2 system("./runauto.sh") unless -e "./configure";
3 system("./configure") unless -e "./Makefile";
4 system("make") if -e "./Makefile";