]> sjero.net Git - wget/commitdiff
Remove configure.bat.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 24 Jul 2010 09:21:17 +0000 (11:21 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 24 Jul 2010 09:21:17 +0000 (11:21 +0200)
ChangeLog
configure.bat [deleted file]

index d3c6503d998a78b63991b36945bffa042b94f1a3..e95bfb145edf8338c23ded1a58ff227151d8942a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-24  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * configure.bat: Remove file.
+
 2010-07-11  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * configure.ac (AC_CHECK_SIZEOF): Quote argument.
diff --git a/configure.bat b/configure.bat
deleted file mode 100755 (executable)
index aad1fa7..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-@echo off\r
-rem Configure batch file for `Wget' utility\r
-rem Copyright (C) 1995, 1996, 1997, 2007, 2008, 2009, 2010 Free Software\r
-rem Foundation, Inc.\r
-\r
-rem This program is free software; you can redistribute it and/or modify\r
-rem it under the terms of the GNU General Public License as published by\r
-rem the Free Software Foundation; either version 3 of the License, or\r
-rem (at your option) any later version.\r
-\r
-rem This program is distributed in the hope that it will be useful,\r
-rem but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-rem GNU General Public License for more details.\r
-\r
-rem You should have received a copy of the GNU General Public License\r
-rem along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
-\r
-rem Additional permission under GNU GPL version 3 section 7\r
-\r
-rem If you modify this program, or any covered work, by linking or\r
-rem combining it with the OpenSSL project's OpenSSL library (or a\r
-rem modified version of that library), containing parts covered by the\r
-rem terms of the OpenSSL or SSLeay licenses, the Free Software Foundation\r
-rem grants you additional permission to convey the resulting work.\r
-rem Corresponding Source for a non-source form of such a combination\r
-rem shall include the source code for the parts of OpenSSL used as well\r
-rem as that of the covered work.\r
-\r
-if .%1 == .--borland goto :borland\r
-if .%1 == .--mingw goto :mingw\r
-if .%1 == .--msvc goto :msvc\r
-goto :usage\r
-\r
-:msvc\r
-copy windows\Makefile.top Makefile > nul\r
-copy windows\Makefile.src src\Makefile > nul\r
-copy windows\Makefile.doc doc\Makefile > nul\r
-\r
-echo Type NMAKE to start compiling.\r
-echo If it doesn't work, try executing MSDEV\BIN\VCVARS32.BAT first,\r
-echo and then NMAKE.\r
-goto :end\r
-\r
-:borland\r
-copy windows\Makefile.top.bor Makefile > nul\r
-copy windows\Makefile.src.bor src\Makefile > nul\r
-copy windows\Makefile.doc doc\Makefile > nul\r
-\r
-echo Type MAKE to start compiling.\r
-goto :end\r
-\r
-:mingw\r
-copy windows\Makefile.top.mingw Makefile > nul\r
-copy windows\Makefile.src.mingw src\Makefile > nul\r
-copy windows\Makefile.doc doc\Makefile > nul\r
-\r
-echo Type mingw32-make to start compiling.\r
-goto :end\r
-\r
-:usage\r
-echo "Usage: configure [--borland | --mingw | --msvc]"\r
-:end\r
-\r
-copy windows\config.h src\config.h > nul\r
-copy windows\config-compiler.h src\config-compiler.h > nul\r