Mercurial > emacs
annotate msdos/sedleim.inp @ 32472:52f963cbd02c
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 14 Oct 2000 20:11:02 +0000 |
parents | 62100be6ca6d |
children | a4fb0c9be609 |
rev | line source |
---|---|
24020 | 1 # -sedleim.inp----------------------------------------------------------- |
2 # Configuration script for leim/Makefile under DJGPP v2.x | |
3 # ---------------------------------------------------------------------- | |
4 /^SHELL *=/c\ | |
25099
00af2bda43f0
(SHELL, MAKESHELL): Use /xyzzy/command as the shell.
Eli Zaretskii <eliz@gnu.org>
parents:
24020
diff
changeset
|
5 SHELL=/xyzzy/command\ |
00af2bda43f0
(SHELL, MAKESHELL): Use /xyzzy/command as the shell.
Eli Zaretskii <eliz@gnu.org>
parents:
24020
diff
changeset
|
6 MAKESHELL=/xyzzy/command |
24020 | 7 |
8 /^version=/d | |
9 /^prefix=/d | |
10 /^datadir=/s|@datadir@|../..| | |
11 /^srcdir=/s|@srcdir@|.| | |
12 | |
13 /^INSTALLDIR=/c\ | |
14 INSTALLDIR=. | |
15 | |
32252
62100be6ca6d
Don't remove the Unix shell invocations.
Eli Zaretskii <eliz@gnu.org>
parents:
25099
diff
changeset
|
16 /RUN-EMACS *=/,/^$/c\ |
62100be6ca6d
Don't remove the Unix shell invocations.
Eli Zaretskii <eliz@gnu.org>
parents:
25099
diff
changeset
|
17 export EMACSLOADPATH=${buildlisppath}\ |
62100be6ca6d
Don't remove the Unix shell invocations.
Eli Zaretskii <eliz@gnu.org>
parents:
25099
diff
changeset
|
18 RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte |
62100be6ca6d
Don't remove the Unix shell invocations.
Eli Zaretskii <eliz@gnu.org>
parents:
25099
diff
changeset
|
19 |
24020 | 20 /^ cd ../c\ |
21 ${MAKE} -C ../src ${MFLAGS} emacs | |
22 | |
23 /else make quail/c\ | |
24 if not exist quail\\nul make quail | |
25 | |
26 /^leim-list.el:/,/^$/ { | |
27 /^ if/d | |
28 /^ else/,/^ fi/d | |
29 s| *| | | |
30 /^ --eval/,/; \\$/s|\; \\|| | |
31 } | |
32 | |
33 /^install:/,/^$/c\ | |
34 install: all\ | |
35 | |
36 /^ if test -f/d |