Don't include this file with tinyproxy anymore since it's more of a

"local" script which I use.
This commit is contained in:
Robert James Kaes 2001-11-23 16:57:57 +00:00
parent af53747181
commit e007df7723

11
reconf
View File

@ -1,11 +0,0 @@
#!/bin/sh
rm -f config.cache
echo "- aclocal."
aclocal
echo "- autoconf."
autoconf
echo "- autoheader."
autoheader
echo "- automake."
automake -a
exit