]> git.eshelyaron.com Git - emacs.git/commitdiff
(src/paths.h): Use sed script msdos/sed4.inp.
authorRichard M. Stallman <rms@gnu.org>
Tue, 7 Jun 1994 15:16:39 +0000 (15:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 7 Jun 1994 15:16:39 +0000 (15:16 +0000)
config.bat

index 5739bda45516ff39ecf7fd847caaeeec6a41ef56..decbd54f8717c30b133344185df503cf6982b7ce 100644 (file)
@@ -82,7 +82,7 @@ goto end
 \r
 rem   Create "paths.h"\r
 rm -f paths.h\r
-sed -e "s!/lib/emacs!!" -e "s!/usr/local!c:/emacs!" -e "s!/data!/etc!" <%PATHSH% >paths.h\r
+sed -f ../msdos/sed4.inp <%PATHSH% >paths.h\r
 \r
 rem   Create "config.h"\r
 rm -f config.h config.tmp\r