annotate nt/configure.bat @ 39052:f3c91857bea7

Copy subdirs.el to the site-lisp directory.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 31 Aug 2001 10:16:51 +0000
parents 96df2a9b439e
children 73fa3981d40c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
39052
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
1 @echo off
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
2 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
3 rem Configuration script for MS Windows 95/98 and NT/2000
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
4 rem Copyright (C) 1999-2001 Free Software Foundation, Inc.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
5
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
6 rem This file is part of GNU Emacs.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
7
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
8 rem GNU Emacs is free software; you can redistribute it and/or modify
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
9 rem it under the terms of the GNU General Public License as published by
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
10 rem the Free Software Foundation; either version 2, or (at your option)
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
11 rem any later version.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
12
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
13 rem GNU Emacs is distributed in the hope that it will be useful,
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
14 rem but WITHOUT ANY WARRANTY; without even the implied warranty of
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
15 rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
16 rem GNU General Public License for more details.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
17
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
18 rem You should have received a copy of the GNU General Public License
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
19 rem along with GNU Emacs; see the file COPYING. If not, write to the
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
20 rem Free Software Foundation, Inc., 59 Temple Place - Suite 330,
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
21 rem Boston, MA 02111-1307, USA.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
22 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
23 rem YOU'LL NEED THE FOLLOWING UTILITIES TO MAKE EMACS:
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
24 rem
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
25 rem + MS Windows 95/98 or NT/2000
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
26 rem + either MSVC 2.x or later, or gcc-2.95 or later (with gmake 3.75
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
27 rem or later) and the Mingw32 and W32 API headers and libraries
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
28 rem
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
29 rem For reference, here is a list of which builds of gmake are known to
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
30 rem work or not, and whether they work in the presence and/or absence of
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
31 rem sh.exe.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
32 rem
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
33 rem sh exists no sh
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
34 rem cygwin b20.1 make (3.75): okay[1] fails[2]
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
35 rem MSVC compiled gmake 3.77: okay okay
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
36 rem MSVC compiled gmake 3.78.1: okay okay
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
37 rem MSVC compiled gmake 3.79.1: okay okay
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
38 rem mingw32/gcc-2.92.2 make (3.77): okay okay
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
39 rem cygwin compiled gmake 3.77: okay[1] fails[2]
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
40 rem cygwin compiled gmake 3.78.1: okay fails[2]
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
41 rem cygwin compiled gmake 3.79.1: couldn't build make[3]
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
42 rem
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
43 rem [1] doesn't cope with makefiles with DOS line endings, so must mount
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
44 rem emacs source with text!=binary.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
45 rem [2] fails when needs to invoke shell commands; okay invoking gcc etc.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
46 rem [3] requires LC_MESSAGES support to build; maybe 2.95.x update to
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
47 rem cygwin provides this?
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
48 rem
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
49
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
50 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
51 rem See if the environment is large enough. We need 43 (?) bytes.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
52 set $foo$=123456789_123456789_123456789_123456789_123
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
53 if not "%$foo$%" == "123456789_123456789_123456789_123456789_123" goto SmallEnv
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
54 set $foo$=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
55
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
56 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
57 rem Make sure we are running in the nt subdir
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
58 if exist configure.bat goto start
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
59 echo You must run configure from the nt subdirectory.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
60 goto end
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
61
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
62 :start
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
63 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
64 rem Default settings.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
65 set prefix=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
66 set nodebug=N
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
67 set noopt=N
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
68 set nocygwin=N
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
69 set COMPILER=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
70 set usercflags=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
71 set userldflags=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
72 set sep1=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
73 set sep2=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
74
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
75 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
76 rem Handle arguments.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
77 :again
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
78 if "%1" == "-h" goto usage
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
79 if "%1" == "--help" goto usage
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
80 if "%1" == "--prefix" goto setprefix
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
81 if "%1" == "--with-gcc" goto withgcc
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
82 if "%1" == "--with-msvc" goto withmsvc
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
83 if "%1" == "--no-debug" goto nodebug
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
84 if "%1" == "--no-opt" goto noopt
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
85 if "%1" == "--no-cygwin" goto nocygwin
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
86 if "%1" == "--cflags" goto usercflags
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
87 if "%1" == "--ldflags" goto userldflags
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
88 if "%1" == "" goto checkutils
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
89 :usage
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
90 echo Usage: configure [options]
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
91 echo Options:
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
92 echo. --prefix PREFIX install Emacs in directory PREFIX
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
93 echo. --with-gcc use GCC to compile Emacs
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
94 echo. --with-msvc use MSVC to compile Emacs
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
95 echo. --no-debug exclude debug info from executables
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
96 echo. --no-opt disable optimization
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
97 echo. --no-cygwin use -mno-cygwin option with GCC
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
98 echo. --cflags FLAG pass FLAG to compiler
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
99 echo. --ldflags FLAG pass FLAG to compiler when linking
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
100 goto end
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
101 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
102 :setprefix
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
103 shift
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
104 set prefix=%1
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
105 shift
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
106 goto again
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
107 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
108 :withgcc
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
109 set COMPILER=gcc
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
110 shift
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
111 goto again
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
112 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
113 :withmsvc
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
114 set COMPILER=cl
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
115 shift
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
116 goto again
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
117 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
118 :nodebug
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
119 set nodebug=Y
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
120 shift
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
121 goto again
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
122 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
123 :noopt
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
124 set noopt=Y
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
125 shift
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
126 goto again
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
127 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
128 :nocygwin
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
129 set nocygwin=Y
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
130 shift
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
131 goto again
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
132 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
133 :usercflags
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
134 shift
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
135 set usercflags=%usercflags%%sep1%%1
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
136 set sep1= %nothing%
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
137 shift
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
138 goto again
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
139 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
140 :userldflags
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
141 shift
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
142 set userldflags=%userldflags%%sep2%%1
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
143 set sep2= %nothing%
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
144 shift
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
145 goto again
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
146
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
147 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
148 rem Check that necessary utilities (cp and rm) are present.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
149 :checkutils
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
150 echo Checking for 'cp'...
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
151 cp configure.bat junk.bat
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
152 if not exist junk.bat goto needcp
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
153 echo Checking for 'rm'...
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
154 rm junk.bat
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
155 if exist junk.bat goto needrm
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
156 goto checkcompiler
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
157 :needcp
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
158 echo You need 'cp' (the Unix file copy program) to build Emacs.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
159 goto end
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
160 :needrm
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
161 del junk.bat
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
162 echo You need 'rm' (the Unix file delete program) to build Emacs.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
163 goto end
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
164
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
165 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
166 rem Auto-detect compiler if not specified, and validate GCC if chosen.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
167 :checkcompiler
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
168 if (%COMPILER%)==(cl) goto genmakefiles
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
169 if (%COMPILER%)==(gcc) goto checkgcc
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
170
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
171 echo Checking whether 'cl' is available...
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
172 echo main(){} >junk.c
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
173 cl -nologo -c junk.c
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
174 if exist junk.obj goto clOK
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
175
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
176 echo Checking whether 'gcc' is available...
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
177 gcc -c junk.c
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
178 if not exist junk.o goto nocompiler
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
179 del junk.o
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
180
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
181 :checkgcc
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
182 Rem WARNING -- COMMAND.COM on some systems only looks at the first
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
183 Rem 8 characters of a label. So do NOT be tempted to change
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
184 Rem chkapi* into something fancier like checkw32api
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
185 Rem You HAVE been warned!
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
186 if (%nocygwin%) == (Y) goto chkapi
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
187 echo Checking whether gcc requires '-mno-cygwin'...
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
188 echo #include "cygwin/version.h" >junk.c
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
189 echo main(){} >>junk.c
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
190 gcc -c junk.c
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
191 if not exist junk.o goto chkapi
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
192 gcc -mno-cygwin -c junk.c
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
193 if exist junk.o set nocygwin=Y
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
194 rm -f junk.c junk.o
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
195
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
196 :chkapi
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
197 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
198 rem Older versions of the Windows API headers either don't have any of
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
199 rem the IMAGE_xxx definitions (the headers that come with Cygwin b20.1
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
200 rem are like this), or have a typo in the definition of
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
201 rem IMAGE_FIRST_SECTION (the headers with gcc/mingw32 2.95 have this
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
202 rem problem). The gcc/mingw32 2.95.2 headers are okay, as are distros
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
203 rem of w32api-xxx.zip from Anders Norlander since 1999-11-18 at least.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
204 rem
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
205 echo Checking whether W32 API headers are too old...
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
206 echo #include "windows.h" >junk.c
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
207 echo test(PIMAGE_NT_HEADERS pHeader) >>junk.c
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
208 echo {PIMAGE_SECTION_HEADER pSection = IMAGE_FIRST_SECTION(pHeader);} >>junk.c
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
209 if (%nocygwin%) == (Y) goto chkapi1
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
210 set cf=%usercflags%
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
211 goto chkapi2
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
212 :chkapi1
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
213 set cf=%usercflags% -mno-cygwin
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
214 :chkapi2
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
215 echo on
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
216 gcc %cf% -c junk.c
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
217 echo off
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
218 set cf=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
219 if exist junk.o goto gccOk
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
220
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
221 :nocompiler
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
222 echo.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
223 echo Configure failed.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
224 echo To configure Emacs for Windows, you need to have either
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
225 echo gcc-2.95 or later with Mingw32 and the W32 API headers,
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
226 echo or MSVC 2.x or later.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
227 del junk.c
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
228 goto end
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
229
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
230 :gccOk
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
231 set COMPILER=gcc
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
232 rm -f junk.c junk.o
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
233 echo Using 'gcc'
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
234 goto genmakefiles
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
235
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
236 :clOk
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
237 set COMPILER=cl
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
238 rm -f junk.c junk.obj
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
239 echo Using 'MSVC'
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
240 goto genmakefiles
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
241
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
242 rem ----------------------------------------------------------------------
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
243 :genmakefiles
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
244 echo Generating makefiles
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
245 if %COMPILER% == gcc set MAKECMD=gmake
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
246 if %COMPILER% == cl set MAKECMD=nmake
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
247
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
248 rem Pass on chosen settings to makefiles.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
249 rem NB. Be very careful to not have a space before redirection symbols
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
250 rem except when there is a preceding digit, when a space is required.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
251 rem
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
252 echo # Start of settings from configure.bat >config.settings
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
253 echo COMPILER=%COMPILER%>>config.settings
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
254 if (%nodebug%) == (Y) echo NODEBUG=1 >>config.settings
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
255 if (%noopt%) == (Y) echo NOOPT=1 >>config.settings
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
256 if (%nocygwin%) == (Y) echo NOCYGWIN=1 >>config.settings
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
257 if not "(%prefix%)" == "()" echo INSTALL_DIR=%prefix%>>config.settings
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
258 if not "(%usercflags%)" == "()" echo USER_CFLAGS=%usercflags%>>config.settings
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
259 if not "(%userldflags%)" == "()" echo USER_LDFLAGS=%userldflags%>>config.settings
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
260 echo # End of settings from configure.bat>>config.settings
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
261 echo. >>config.settings
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
262
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
263 copy config.nt ..\src\config.h
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
264 if not "(%usercflags%)" == "()" echo #define USER_CFLAGS " %usercflags%">>..\src\config.h
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
265 if not "(%userldflags%)" == "()" echo #define USER_LDFLAGS " %userldflags%">>..\src\config.h
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
266 copy paths.h ..\src\epaths.h
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
267
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
268 copy /b config.settings+%MAKECMD%.defs+..\nt\makefile.w32-in ..\nt\makefile
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
269 copy /b config.settings+%MAKECMD%.defs+..\lib-src\makefile.w32-in ..\lib-src\makefile
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
270 copy /b config.settings+%MAKECMD%.defs+..\src\makefile.w32-in ..\src\makefile
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
271 if not exist ..\lisp\Makefile.unix rename ..\lisp\Makefile.in Makefile.unix
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
272 if exist ..\lisp\makefile rm -f ../lisp/[Mm]akefile
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
273 copy /b config.settings+%MAKECMD%.defs+..\lisp\makefile.w32-in ..\lisp\makefile
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
274 rem Use the default (no-op) Makefile.in if the nt version is not present.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
275 if exist ..\leim\makefile.w32-in copy /b config.settings+%MAKECMD%.defs+..\leim\makefile.w32-in ..\leim\makefile
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
276 if not exist ..\leim\makefile.w32-in copy /b config.settings+%MAKECMD%.defs+..\leim\Makefile.in ..\leim\makefile
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
277 del config.settings
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
278
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
279 if not exist ..\site-lisp\subdirs.el copy subdirs.el ..\site-lisp\subdirs.el
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
280
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
281 echo.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
282 echo Emacs successfully configured.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
283 echo Run `%MAKECMD%' to build, then run `%MAKECMD% install' to install.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
284 goto end
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
285
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
286 :SmallEnv
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
287 echo Your environment size is too small. Please enlarge it and rerun configure.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
288 echo For example, type "command.com /e:2048" to have 2048 bytes available.
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
289 set $foo$=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
290 :end
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
291 set prefix=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
292 set nodebug=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
293 set noopt=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
294 set nocygwin=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
295 set COMPILER=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
296 set MAKECMD=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
297 set usercflags=
f3c91857bea7 Copy subdirs.el to the site-lisp directory.
Eli Zaretskii <eliz@gnu.org>
parents: 37127
diff changeset
298 set userldflags=