Convert consecutive FSF copyright years to ranges.
[bpt/emacs.git] / msdos / sedleim.inp
CommitLineData
cebc7051
EZ
1# -sedleim.inp-----------------------------------------------------------
2# Configuration script for leim/Makefile under DJGPP v2.x
3# ----------------------------------------------------------------------
d7fcecc1 4#
73b0cd50 5# Copyright (C) 1999-2011 Free Software Foundation, Inc.
d7fcecc1
EZ
6#
7# This file is part of GNU Emacs.
8#
9# This file is free software; as a special exception, the author gives
10# unlimited permission to copy and/or distribute it, with or without
11# modifications, as long as this notice is preserved.
12#
13# This program is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16#
17# ----------------------------------------------------------------------
cebc7051 18/^SHELL *=/c\
85688389
EZ
19SHELL=/xyzzy/command\
20MAKESHELL=/xyzzy/command
cebc7051
EZ
21
22/^version=/d
23/^prefix=/d
24/^datadir=/s|@datadir@|../..|
642bbd6f 25/^srcdir=/s|srcdir=@srcdir@|srcdir := $(subst \\,/,$(shell cd))|
cebc7051
EZ
26
27/^INSTALLDIR=/c\
28INSTALLDIR=.
29
ad89ba2b
EZ
30/touch stamp-subdir/s|touch|djecho "stamp-subdir" >|
31s|\([ ]\)echo|\1djecho|g
1daf07a2 32/^ @true *$/d
ad89ba2b 33
97ea7b55
EZ
34/RUN-EMACS *=/,/^$/c\
35export EMACSLOADPATH=${buildlisppath}\
16eea16b 36RUN-EMACS = ${BUILT-EMACS} -batch --no-site-file
97ea7b55 37
cebc7051
EZ
38/^ cd ../c\
39 ${MAKE} -C ../src ${MFLAGS} emacs
40
41/else make quail/c\
42 if not exist quail\\nul make quail
43
e5551cec
EZ
44/if \[ -f $@ \]\; then true/d
45/fi$/s/; fi$//
46
cebc7051
EZ
47/^leim-list.el:/,/^$/ {
48 /^ if/d
49 /^ else/,/^ fi/d
50 s| *| |
51 /^ --eval/,/; \\$/s|\; \\||
52}
53
54/^install:/,/^$/c\
55install: all\
56
cebc7051 57/^ if test -f/d
ad89ba2b
EZ
58/^distclean:/,/^$/ {
59 s|\(rm -f Makefile\)|\1 stamp-subdir|
60}
ab5796a9 61