2001-08-31 10:31:22 +00:00
|
|
|
@echo off
|
|
|
|
rem ----------------------------------------------------------------------
|
2015-08-15 07:56:51 +00:00
|
|
|
rem This was the old configuration script for MS Windows operating systems
|
2018-01-01 09:02:09 +00:00
|
|
|
rem Copyright (C) 1999-2018 Free Software Foundation, Inc.
|
2001-08-31 10:31:22 +00:00
|
|
|
|
|
|
|
rem This file is part of GNU Emacs.
|
|
|
|
|
2008-05-09 05:14:16 +00:00
|
|
|
rem GNU Emacs is free software: you can redistribute it and/or modify
|
2001-08-31 10:31:22 +00:00
|
|
|
rem it under the terms of the GNU General Public License as published by
|
2008-05-09 05:14:16 +00:00
|
|
|
rem the Free Software Foundation, either version 3 of the License, or
|
|
|
|
rem (at your option) any later version.
|
2001-08-31 10:31:22 +00:00
|
|
|
|
|
|
|
rem GNU Emacs is distributed in the hope that it will be useful,
|
|
|
|
rem but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
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
|
2017-09-30 00:44:23 +00:00
|
|
|
rem along with GNU Emacs. If not, see https://www.gnu.org/licenses/.
|
2008-05-09 05:14:16 +00:00
|
|
|
|
2001-08-31 10:31:22 +00:00
|
|
|
rem ----------------------------------------------------------------------
|
2013-08-25 20:11:56 +00:00
|
|
|
echo ****************************************************************
|
|
|
|
echo *** THIS METHOD OF BUILDING EMACS IS NO LONGER SUPPORTED. **
|
2015-08-15 07:56:51 +00:00
|
|
|
echo *** INSTEAD, FOLLOW THE INSTRUCTIONS IN THE FILE INSTALL. **
|
|
|
|
echo *** IN THE SAME DIRECTORY AS THIS BATCH FILE. **
|
2013-08-25 20:11:56 +00:00
|
|
|
echo ****************************************************************
|