Deleted build.sh

git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@320998 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Johannes Findeisen 2011-12-13 23:23:19 +00:00
commit d17514112e

View file

@ -1,24 +0,0 @@
#!/bin/bash
#echo "Cleaning up ...\n"
make clean
phpize --clean
#echo "Compile package...\n"
phpize
aclocal
libtoolize --force
autoheader
autoconf
#echo "Configure package...\n"
./configure --enable-pcsc --prefix=/usr
make
#echo "Now type su and the make install...\n"