X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/02b81698a57823799370868cc6670d65c1b4a013..3beeedfef771cfc8961873b79d935793f2aeaecb:/config.bat diff --git a/config.bat b/config.bat index d2a665dfeb..decbd54f87 100644 --- a/config.bat +++ b/config.bat @@ -29,7 +29,9 @@ rem line length limit. rem + rm, mv, chmod (From GNU file utilities). rem + sed. rem -rem You must install in directory c:/emacs or change this script. +rem You must install in directory c:/emacs or change this script, the +rem files msdos/sed*.inp, and lisp/dos-fns.el. (The latter must be +rem recompiled.) rem ---------------------------------------------------------------------- if not "%2" == "" goto usage if "%1" == "msdos" goto msdos @@ -80,7 +82,7 @@ goto end rem Create "paths.h" rm -f paths.h -sed -e "s!/lib/emacs!!" -e "s!/usr/local!c:/emacs!" -e "s!/data!/etc!" <%PATHSH% >paths.h +sed -f ../msdos/sed4.inp <%PATHSH% >paths.h rem Create "config.h" rm -f config.h config.tmp