summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-11-23 16:57:57 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-11-23 16:57:57 +0000
commite007df7723fda84a7eab2ecbc8e57ab2c61f390e (patch)
tree25c42e7d4a5a0e17b8988689700d8c122b39befd
parentaf53747181591e93a982e2cd1c734f9cac6df7af (diff)
downloadtinyproxy-e007df7723fda84a7eab2ecbc8e57ab2c61f390e.tar.gz
tinyproxy-e007df7723fda84a7eab2ecbc8e57ab2c61f390e.zip
Don't include this file with tinyproxy anymore since it's more of a
"local" script which I use.
Diffstat (limited to '')
-rwxr-xr-xreconf11
1 files changed, 0 insertions, 11 deletions
diff --git a/reconf b/reconf
deleted file mode 100755
index 3976e3e..0000000
--- a/reconf
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-rm -f config.cache
-echo "- aclocal."
-aclocal
-echo "- autoconf."
-autoconf
-echo "- autoheader."
-autoheader
-echo "- automake."
-automake -a
-exit