From e54dfb428420943a73e3b2098dc5c694c4fdf58d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 10 Oct 2007 04:32:15 +0000 Subject: Some Windows fixes to allow builds to succeed. --- build_w32.bat | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build_w32.bat') diff --git a/build_w32.bat b/build_w32.bat index 7d10e61..38c9e80 100644 --- a/build_w32.bat +++ b/build_w32.bat @@ -16,6 +16,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 +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 if not exist config.h copy config.h.W32 config.h cd w32\subproc echo "Creating the subproc library" -- cgit v1.2.3