X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=configure.bat;h=c340b3e0eff4de3cdb43be5f05bc1a048d1f2b69;hb=4d7c5e087b2bc82c9f503dff003916d1047903ce;hp=7b41b8d658801a36e55f0e77119475c2150669a7;hpb=d197a09c74779e53eaa70189d642c1efb2250249;p=wget diff --git a/configure.bat b/configure.bat old mode 100644 new mode 100755 index 7b41b8d6..c340b3e0 --- a/configure.bat +++ b/configure.bat @@ -4,7 +4,7 @@ rem Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. rem This program is free software; you can redistribute it and/or modify rem it under the terms of the GNU General Public License as published by -rem the Free Software Foundation; either version 2 of the License, or +rem the Free Software Foundation; either version 3 of the License, or rem (at your option) any later version. rem This program is distributed in the hope that it will be useful, @@ -13,8 +13,7 @@ rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the rem GNU General Public License for more details. rem You should have received a copy of the GNU General Public License -rem along with this program; if not, write to the Free Software -rem Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +rem along with this program. If not, see . rem In addition, as a special exception, the Free Software Foundation rem gives permission to link the code of its release of Wget with the @@ -32,7 +31,6 @@ if .%1 == .--msvc goto :msvc goto :usage :msvc -copy windows\config.h.ms src\config.h > nul copy windows\Makefile.top Makefile > nul copy windows\Makefile.src src\Makefile > nul copy windows\Makefile.doc doc\Makefile > nul @@ -43,7 +41,6 @@ echo and then NMAKE. goto :end :borland -copy windows\config.h.bor src\config.h > nul copy windows\Makefile.top.bor Makefile > nul copy windows\Makefile.src.bor src\Makefile > nul copy windows\Makefile.doc doc\Makefile > nul @@ -52,7 +49,6 @@ echo Type MAKE to start compiling. goto :end :mingw -copy windows\config.h.mingw src\config.h > nul copy windows\Makefile.top.mingw Makefile > nul copy windows\Makefile.src.mingw src\Makefile > nul copy windows\Makefile.doc doc\Makefile > nul @@ -63,3 +59,6 @@ goto :end :usage echo "Usage: configure [--borland | --mingw | --msvc]" :end + +copy windows\config.h src\config.h > nul +copy windows\config-compiler.h src\config-compiler.h > nul