Ensure PATH_DUMPLOADSEARCH will have correct value in MSDOS builds.
msdos/sed4.inp (PATH_DUMPLOADSEARCH): Edit to "../lisp", for when the default in src/epaths.in will change, maybe.
This commit is contained in:
parent
04877ddb32
commit
0702107ab9
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-01-14 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* sed4.inp (PATH_DUMPLOADSEARCH): Edit to "../lisp", for when the
|
||||
default in src/epaths.in will change, maybe.
|
||||
|
||||
2011-10-31 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* sed3v2.inp (insrcdir): Comment out definition.
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#
|
||||
# ----------------------------------------------------------------------
|
||||
/^#define *PATH_LOADSEARCH/s/".*"/rootrelativepath ("lisp")/
|
||||
/^#define *PATH_DUMPLOADSEARCH/s/".*"/"..\/lisp"/
|
||||
/^#define *PATH_DATA/s/".*"/rootrelativepath ("etc")/
|
||||
/^#define *PATH_DOC/s/".*"/rootrelativepath ("etc")/
|
||||
/^#define *PATH_INFO/s/".*"/rootrelativepath ("info")/
|
||||
|
|
Loading…
Add table
Reference in a new issue