src/xdisp.c (single_display_spec_string): Correct a FIXME comment.
[emacs.git] / msdos / sedleim.inp
blob2d70695ebe612fbb2b620419744a0db8342908b1
1 # -sedleim.inp-----------------------------------------------------------
2 # Configuration script for leim/Makefile under DJGPP v2.x
3 # ----------------------------------------------------------------------
5 # Copyright (C) 1999-2011  Free Software Foundation, Inc.
7 # This file is part of GNU Emacs.
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.
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.
17 # ----------------------------------------------------------------------
18 /^SHELL *=/c\
19 SHELL=/xyzzy/command\
20 MAKESHELL=/xyzzy/command
22 /^version=/d
23 /^prefix=/d
24 /^datadir=/s|@datadir@|../..|
25 /^srcdir=/s|srcdir=@srcdir@|srcdir := $(subst \\,/,$(shell cd))|
27 /^INSTALLDIR=/c\
28 INSTALLDIR=.
30 /touch stamp-subdir/s|touch|djecho "stamp-subdir" >|
31 s|\([   ]\)echo|\1djecho|g
32 /^      @true *$/d
34 /RUN_EMACS *=/,/^$/c\
35 export EMACSLOADPATH=${buildlisppath}\
36 RUN_EMACS = ${BUILT_EMACS} -batch --no-site-file
38 /^      cd ../c\
39         ${MAKE} -C ../src ${MFLAGS} emacs
41 /else make quail/c\
42         if not exist quail\\nul make quail
44 /if \[ -f $@ \]\; then true/d
45 /fi$/s/; fi$//
47 /^leim-list.el:/,/^$/ {
48         /^      if/d
49         /^      else/,/^        fi/d
50         s|       *|     |
51         /^      --eval/,/; \\$/s|\; \\||
54 /^install:/,/^$/c\
55 install: all\
57 /^      if test -f/d
58 /^distclean:/,/^$/ {
59         s|\(rm -f Makefile\)|\1 stamp-subdir|