*** empty log message ***
[emacs.git] / msdos / sedleim.inp
blobee4fcf84c5fbdc972a65df3f507b7067256b03eb
1 # -sedleim.inp-----------------------------------------------------------
2 # Configuration script for leim/Makefile under DJGPP v2.x
3 # ----------------------------------------------------------------------
4 /^SHELL *=/c\
5 SHELL=/xyzzy/command\
6 MAKESHELL=/xyzzy/command
8 /^version=/d
9 /^prefix=/d
10 /^datadir=/s|@datadir@|../..|
11 /^srcdir=/s|@srcdir@|.|
13 /^INSTALLDIR=/c\
14 INSTALLDIR=.
16 /RUN-EMACS *=/,/^$/c\
17 export EMACSLOADPATH=${buildlisppath}\
18 RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
20 /^      cd ../c\
21         ${MAKE} -C ../src ${MFLAGS} emacs
23 /else make quail/c\
24         if not exist quail\\nul make quail
26 /^leim-list.el:/,/^$/ {
27         /^      if/d
28         /^      else/,/^        fi/d
29         s|       *|     |
30         /^      --eval/,/; \\$/s|\; \\||
33 /^install:/,/^$/c\
34 install: all\
36 /^      if test -f/d