summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
commitd3982ec72b255876db00825605d1d5aae0bc313e (patch)
treea653552b7d229f7f27262980da7550d39961a102 /configure
parent796609174e5ecb35fab992969e7690186840048a (diff)
tagging ychat-0.7.7.1ychat-0.7.7.1
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure b/configure
index 0639500..20e84d0 100755
--- a/configure
+++ b/configure
@@ -70,5 +70,9 @@ perl -e '
exit(0);
' `echo "$*" | sed "s/-//g"`
-echo You are ready to type gmake now!
-echo Please read the README first in order to know what gmake is doing!
+if test -f err
+then
+ rm -f err
+else
+ echo You are ready to type gmake now!
+fi