From: Eli Zaretskii Date: Wed, 27 Aug 1997 11:44:29 +0000 (+0000) Subject: If src/_gdbinit doesn't exist, try using src/.gdbinit to create it (for X-Git-Tag: emacs-20.1~381 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=456f382cc6b92e04b262fc667696fd0ecc6f1e70;p=emacs.git If src/_gdbinit doesn't exist, try using src/.gdbinit to create it (for building on Windows 95). --- diff --git a/config.bat b/config.bat index 7216c5ba017..08b3d0030be 100644 --- a/config.bat +++ b/config.bat @@ -197,6 +197,7 @@ rem ---------------------------------------------------------------------- Echo Configuring the main directory... If "%DJGPP_VER%" == "1" goto mainv1 Echo Looking for the GDB init file... +If not Exist src\_gdbinit If Exist src\.gdbinit update src/.gdbinit src/_gdbinit If Exist src\_gdbinit goto gdbinitOk Echo ERROR: Echo I cannot find the GDB init file. It was called ".gdbinit" in