comparison config.bat @ 15023:6f4dd53a62d4

Make sure the GDB init file is called src/_gdbinit; if not, tell the user to rename it and abort.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Apr 1996 18:48:06 +0000
parents 85feb24c0ac5
children 80562f089595
comparison
equal deleted inserted replaced
15022:3f5642bda41c 15023:6f4dd53a62d4
192 :oldx2 192 :oldx2
193 cd .. 193 cd ..
194 :oldx1 194 :oldx1
195 rem ---------------------------------------------------------------------- 195 rem ----------------------------------------------------------------------
196 Echo Configuring the main directory... 196 Echo Configuring the main directory...
197 If "%DJGPP_VER%" == "2" copy msdos\mainmake.v2 makefile >nul 197 If "%DJGPP_VER%" == "1" goto mainv1
198 Echo Looking for the GDB init file...
199 If Exist src\_gdbinit goto gdbinitOk
200 Echo ERROR:
201 Echo I cannot find the GDB init file. It was called ".gdbinit" in
202 Echo the Emacs distribution, but was probably renamed to some other
203 Echo name without the leading dot when you untarred the archive.
204 Echo It should be in the "src/" subdirectory. Please make sure this
205 Echo file exists and is called "_gdbinit" with a leading underscore.
206 Echo Then run CONFIG.BAT again with the same arguments you did now.
207 goto End
208 :gdbinitOk
209 Echo Looking for the GDB init file...found
210 copy msdos\mainmake.v2 makefile >nul
211 :mainv1
198 If "%DJGPP_VER%" == "1" copy msdos\mainmake makefile >nul 212 If "%DJGPP_VER%" == "1" copy msdos\mainmake makefile >nul
199 rem ---------------------------------------------------------------------- 213 rem ----------------------------------------------------------------------
200 :end 214 :end
201 set X11= 215 set X11=
202 set nodebug= 216 set nodebug=