]> code.delx.au - gnu-emacs/blobdiff - msdos/sedleim.inp
Replace eldoc-documentation-function with a hook
[gnu-emacs] / msdos / sedleim.inp
index 9b925a5b9c2664f6e8a756da94608324a552bd16..ecbfd4a112bf710a5560df9af000dcea6c1fa713 100644 (file)
@@ -2,8 +2,7 @@
 # Configuration script for leim/Makefile under DJGPP v2.x
 # ----------------------------------------------------------------------
 #
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-#   2005, 2006, 2007, 2008, 2009, 2010, 2011  Free Software Foundation, Inc.
+# Copyright (C) 1999-2016 Free Software Foundation, Inc.
 #
 # This file is part of GNU Emacs.
 #
 SHELL=/xyzzy/command\
 MAKESHELL=/xyzzy/command
 
-/^version=/d
-/^prefix=/d
-/^datadir=/s|@datadir@|../..|
+/^EXEEXT *=/s/@EXEEXT@/.exe/
+/^AM_DEFAULT_VERBOSITY *=/s/@AM_DEFAULT_VERBOSITY@/1/
+/^[Aa][Mm]_/s/@AM_V@/$(V)/
+/^[Aa][Mm]_/s/@AM_DEFAULT_V@/$(AM_DEFAULT_VERBOSITY)/
+
 /^srcdir=/s|srcdir=@srcdir@|srcdir := $(subst \\,/,$(shell cd))|
 
-/^INSTALLDIR=/c\
-INSTALLDIR=.
+# Need a relative directory name for the md command, otherwise it
+# chokes, perhaps due to multiple dots in emacs-XX.YY.NN name.
+/^leimdir *=/a\
+rel_leimdir = ..\\lisp\\leim
 
-/touch stamp-subdir/s|touch|djecho "stamp-subdir" >|
 s|\([  ]\)echo|\1djecho|g
 /^     @true *$/d
 
-/RUN-EMACS *=/,/^$/c\
-export EMACSLOADPATH=${buildlisppath}\
-RUN-EMACS = ${BUILT-EMACS} -batch --no-site-file
-
-/^     cd ../c\
-       ${MAKE} -C ../src ${MFLAGS} emacs
-
-/else make quail/c\
-       if not exist quail\\nul make quail
-
-/if \[ -f $@ \]\; then true/d
-/fi$/s/; fi$//
-
-/^leim-list.el:/,/^$/ {
-       /^      if/d
-       /^      else/,/^        fi/d
-       s|       *|     |
-       /^      --eval/,/; \\$/s|\; \\||
-}
-
-/^install:/,/^$/c\
-install: all\
+/RUN_EMACS *=/,/^$/c\
+export EMACSLOADPATH=\
+RUN_EMACS = ${EMACS} -batch --no-site-file --no-site-lisp
 
-/^     if test -f/d
-/^distclean:/,/^$/ {
-       s|\(rm -f Makefile\)|\1 stamp-subdir|
-}
+/^MKDIR_P *=/s,@MKDIR_P@,gmkdir -p,
 
+/^\${leimdir}\/quail \${leimdir}\/ja-dic: *$/s|\${leimdir}/|$(rel_leimdir)\\|