removed unused field
[swftools.git] / lib / pdf / inject-xpdf.pl
index 82d170b..b917023 100755 (executable)
@@ -31,8 +31,6 @@ PS3="choose> "
 if test "x\$VERSION" = "x";then
     select V in stable latest;do VERSION="\$V";break;done
 fi
-case $VERSION
-
 if test "x\$VERSION" = "xstable";then
     echo "Switching to stable version"
     rm -f xpdf
@@ -47,3 +45,7 @@ EOF
 close(fi);
 system("chmod a+x switch");
 
+$c = 'find '.$directory.' \( -name "*.cc" -or -name "*.h" -or -name "*.c" \) -exec cp {} {}.orig \;';
+print "$c\n";
+system($c);
+