From cc99e896632277ad756aafb3745fb3533f222bcb Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 14 May 2009 01:03:12 +0200 Subject: [PATCH] amend.release.autoconf --- src/autoconf/release.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/autoconf/release.sh b/src/autoconf/release.sh index 8c7e75b5..4a296981 100644 --- a/src/autoconf/release.sh +++ b/src/autoconf/release.sh @@ -19,6 +19,10 @@ if ! test -d $DIR then tar xjvf $TAR fi && +if ! test -d $DIR/.git +then + (cd $DIR && git init && git add . && git commit -m initial) +fi && if ! test -f $DIR/Makefile then (cd $DIR && ./configure --prefix=/mingw) -- 2.11.4.GIT