summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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