]> code.delx.au - gnu-emacs/blob - nt/configure.bat
Implement getaddrinfo fallback for MS-Windows
[gnu-emacs] / nt / configure.bat
1 @echo off
2 rem ----------------------------------------------------------------------
3 rem This was the old configuration script for MS Windows operating systems
4 rem Copyright (C) 1999-2016 Free Software Foundation, Inc.
5
6 rem This file is part of GNU Emacs.
7
8 rem GNU Emacs is free software: you can redistribute it and/or modify
9 rem it under the terms of the GNU General Public License as published by
10 rem the Free Software Foundation, either version 3 of the License, or
11 rem (at your option) any later version.
12
13 rem GNU Emacs is distributed in the hope that it will be useful,
14 rem but WITHOUT ANY WARRANTY; without even the implied warranty of
15 rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 rem GNU General Public License for more details.
17
18 rem You should have received a copy of the GNU General Public License
19 rem along with GNU Emacs. If not, see http://www.gnu.org/licenses/.
20
21 rem ----------------------------------------------------------------------
22 echo ****************************************************************
23 echo *** THIS METHOD OF BUILDING EMACS IS NO LONGER SUPPORTED. **
24 echo *** INSTEAD, FOLLOW THE INSTRUCTIONS IN THE FILE INSTALL. **
25 echo *** IN THE SAME DIRECTORY AS THIS BATCH FILE. **
26 echo ****************************************************************