1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
emacs/msdos/sedleim.inp

37 lines
764 B
Plaintext
Raw Normal View History

1999-01-07 12:38:37 +00:00
# -sedleim.inp-----------------------------------------------------------
# Configuration script for leim/Makefile under DJGPP v2.x
# ----------------------------------------------------------------------
/^SHELL *=/c\
SHELL=/xyzzy/command\
MAKESHELL=/xyzzy/command
1999-01-07 12:38:37 +00:00
/^version=/d
/^prefix=/d
/^datadir=/s|@datadir@|../..|
/^srcdir=/s|@srcdir@|.|
/^INSTALLDIR=/c\
INSTALLDIR=.
/RUN-EMACS *=/,/^$/c\
export EMACSLOADPATH=${buildlisppath}\
RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
1999-01-07 12:38:37 +00:00
/^ cd ../c\
${MAKE} -C ../src ${MFLAGS} emacs
/else make quail/c\
if not exist quail\\nul make quail
/^leim-list.el:/,/^$/ {
/^ if/d
/^ else/,/^ fi/d
s| *| |
/^ --eval/,/; \\$/s|\; \\||
}
/^install:/,/^$/c\
install: all\
/^ if test -f/d