Mercurial > emacs
annotate msdos/sedleim.inp @ 28923:dcafe3c9cd6c
(sh-while-getopts) <sh>: Handle case that
user-specified option string is empty.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Mon, 15 May 2000 20:14:39 +0000 |
| parents | 00af2bda43f0 |
| children | 62100be6ca6d |
| 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 | |
| 16 /^ cd ../c\ | |
| 17 ${MAKE} -C ../src ${MFLAGS} emacs | |
| 18 | |
| 19 /else make quail/c\ | |
| 20 if not exist quail\\nul make quail | |
| 21 | |
| 22 /^leim-list.el:/,/^$/ { | |
| 23 /^ if/d | |
| 24 /^ else/,/^ fi/d | |
| 25 s| *| | | |
| 26 /^ --eval/,/; \\$/s|\; \\|| | |
| 27 } | |
| 28 | |
| 29 /^install:/,/^$/c\ | |
| 30 install: all\ | |
| 31 | |
| 32 /^ ELC=/,/^ rm -f/c\ | |
| 33 rm -f ${TIT} $(shell echo ${TIT} | sed 's/\.el/.elc/g') leim-list.elc | |
| 34 | |
| 35 /^ if test -f/d |
