From 9babfe49a55cfdbb5161ce3e9d01f22f4e06f240 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 17 May 2013 13:34:24 +0300 Subject: Fix a bug in build_w32.bat when building a released tarball. build_w32.bat: Copy config.h.W32 to config.h regardless of whether or not we are building from SCM. --- build_w32.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_w32.bat') diff --git a/build_w32.bat b/build_w32.bat index 43ae6e2..bc554fe 100644 --- a/build_w32.bat +++ b/build_w32.bat @@ -21,11 +21,11 @@ if not exist config.h.W32.template GoTo NotSCM sed -n "s/^AC_INIT(\[GNU make\],\[\([^]]\+\)\].*/s,%%VERSION%%,\1,g/p" configure.ac > 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 -copy config.h.W32 config.h echo static const char *const GUILE_module_defn = ^" \> gmk-default.h sed -e "s/;.*//" -e "/^[ \t]*$/d" -e "s/\"/\\\\\"/g" -e "s/$/ \\/" gmk-default.scm >> gmk-default.h echo ^";>> gmk-default.h :NotSCM +copy config.h.W32 config.h rem Guile configuration set GUILECFLAGS= -- cgit v1.2.3