TclPKCS11

pre.sh
Login

pre.sh

File build/pre.sh from the latest check-in


#! /bin/bash

./autogen.sh
rm -rf aclocal

cat Makefile.in  | sed '/^mrproper:/,/^$/ d' > Makefile.in.new
cat Makefile.in.new > Makefile.in
rm -f Makefile.in.new

exit 0