From 35791afc9882a5f7514307355075724e7581eac9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 16 Mar 2004 15:35:54 +0000 Subject: [PATCH] [project @ 2004-03-16 15:35:54 by simonmar] Don't make configure read-only. --- Makefile.config | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.config b/Makefile.config index ed0b3ad..f40e0ac 100644 --- a/Makefile.config +++ b/Makefile.config @@ -9,7 +9,6 @@ configure: configure.ac aclocal.m4 rm -f configure mv configure.new configure chmod +x configure - chmod -w configure if test -f config.status; then ./config.status --recheck; fi rm -f configure.new -- 1.7.10.4