Mercurial > emacs
annotate msdos/sedleim.inp @ 51242:661e2fe7e775
(autoconf-mode setups): Recognise AH_ and AU_ entries in "(autoconf)Autoconf
Macro Index". Add "(autoconf)M4 Macro Index" and "(autoconf)Autotest Macro
Index". Remove duplicate copy of "(automake)Macro and Variable Index". Keep
automake after all autoconf possibilities, so as to prefer those.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 25 May 2003 21:03:57 +0000 |
parents | e0b7a9135b1d |
children | 695cf19ef79e d7ddb3e565de |
rev | line source |
---|---|
24020 | 1 # -sedleim.inp----------------------------------------------------------- |
2 # Configuration script for leim/Makefile under DJGPP v2.x | |
3 # ---------------------------------------------------------------------- | |
36461
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
4 # |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
5 # Copyright (C) 1999, 2000 |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
6 # Free Software Foundation, Inc. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
7 # |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
8 # This file is part of GNU Emacs. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
9 # |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
10 # This file is free software; as a special exception, the author gives |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
11 # unlimited permission to copy and/or distribute it, with or without |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
12 # modifications, as long as this notice is preserved. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
13 # |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
14 # This program is distributed in the hope that it will be useful, |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
17 # |
a4fb0c9be609
Add copyright notices for all files. README is a new file, mainly
Eli Zaretskii <eliz@gnu.org>
parents:
32252
diff
changeset
|
18 # ---------------------------------------------------------------------- |
24020 | 19 /^SHELL *=/c\ |
25099
00af2bda43f0
(SHELL, MAKESHELL): Use /xyzzy/command as the shell.
Eli Zaretskii <eliz@gnu.org>
parents:
24020
diff
changeset
|
20 SHELL=/xyzzy/command\ |
00af2bda43f0
(SHELL, MAKESHELL): Use /xyzzy/command as the shell.
Eli Zaretskii <eliz@gnu.org>
parents:
24020
diff
changeset
|
21 MAKESHELL=/xyzzy/command |
24020 | 22 |
23 /^version=/d | |
24 /^prefix=/d | |
25 /^datadir=/s|@datadir@|../..| | |
37145
e0b7a9135b1d
(srcdir=): Edit @srcdir@ into an absolute file name
Eli Zaretskii <eliz@gnu.org>
parents:
37073
diff
changeset
|
26 /^srcdir=/s|srcdir=@srcdir@|srcdir := $(subst \\,/,$(shell cd))| |
24020 | 27 |
28 /^INSTALLDIR=/c\ | |
29 INSTALLDIR=. | |
30 | |
32252
62100be6ca6d
Don't remove the Unix shell invocations.
Eli Zaretskii <eliz@gnu.org>
parents:
25099
diff
changeset
|
31 /RUN-EMACS *=/,/^$/c\ |
62100be6ca6d
Don't remove the Unix shell invocations.
Eli Zaretskii <eliz@gnu.org>
parents:
25099
diff
changeset
|
32 export EMACSLOADPATH=${buildlisppath}\ |
62100be6ca6d
Don't remove the Unix shell invocations.
Eli Zaretskii <eliz@gnu.org>
parents:
25099
diff
changeset
|
33 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
|
34 |
24020 | 35 /^ cd ../c\ |
36 ${MAKE} -C ../src ${MFLAGS} emacs | |
37 | |
38 /else make quail/c\ | |
39 if not exist quail\\nul make quail | |
40 | |
37073
678672a4c40e
Adapt to changes in leim/Makefile.in's $(TIT) target.
Eli Zaretskii <eliz@gnu.org>
parents:
36461
diff
changeset
|
41 /if \[ -f $@ \]\; then true/d |
678672a4c40e
Adapt to changes in leim/Makefile.in's $(TIT) target.
Eli Zaretskii <eliz@gnu.org>
parents:
36461
diff
changeset
|
42 /fi$/s/; fi$// |
678672a4c40e
Adapt to changes in leim/Makefile.in's $(TIT) target.
Eli Zaretskii <eliz@gnu.org>
parents:
36461
diff
changeset
|
43 |
24020 | 44 /^leim-list.el:/,/^$/ { |
45 /^ if/d | |
46 /^ else/,/^ fi/d | |
47 s| *| | | |
48 /^ --eval/,/; \\$/s|\; \\|| | |
49 } | |
50 | |
51 /^install:/,/^$/c\ | |
52 install: all\ | |
53 | |
54 /^ if test -f/d |