From: Eli Zaretskii Date: Fri, 17 May 2013 10:34:24 +0000 (+0300) Subject: Fix a bug in build_w32.bat when building a released tarball. X-Git-Tag: 3.99.91~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9babfe49a55cfdbb5161ce3e9d01f22f4e06f240;p=thirdparty%2Fmake.git 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. --- diff --git a/ChangeLog b/ChangeLog index 9377e909..b3dd5a6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-05-17 Eli Zaretskii + + * build_w32.bat: Copy config.h.W32 to config.h regardless of + whether or not we are building from SCM. + 2013-05-17 Paul Smith * configure.ac: Update version to 3.99.90. diff --git a/build_w32.bat b/build_w32.bat index 43ae6e2d..bc554fea 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=