From 002702c89c77479cb1d950f28a32691d0bdcc309 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sat, 12 Jan 2013 19:31:13 -0500 Subject: Modify instructions, etc. for Git support. --- build_w32.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_w32.bat') diff --git a/build_w32.bat b/build_w32.bat index 968ceae..36aeea3 100644 --- a/build_w32.bat +++ b/build_w32.bat @@ -15,11 +15,11 @@ rem rem You should have received a copy of the GNU General Public License along rem with this program. If not, see . -if exist config.h.W32 GoTo NotCVS +if exist config.h.W32 GoTo NotSCM sed -n "s/^AC_INIT(\[GNU make\],\[\([^]]\+\)\].*/s,%%VERSION%%,\1,g/p" configure.in > config.h.W32.sed echo s,%%PACKAGE%%,make,g >> config.h.W32.sed sed -f config.h.W32.sed config.h.W32.template > config.h.W32 -:NotCVS +:NotSCM if not exist config.h copy config.h.W32 config.h rem Guile configuration -- cgit v1.2.3