Fix handling of window-min-height/-width (Bug#16738).
[bpt/emacs.git] / msdos / sedlisp.inp
index 0b409cd..caf8e0c 100644 (file)
@@ -2,8 +2,7 @@
 # Configuration script for lisp/Makefile under DJGPP v2.x
 # ----------------------------------------------------------------------
 #
-# Copyright (C) 2000
-#   Free Software Foundation, Inc.
+# Copyright (C) 2000-2014 Free Software Foundation, Inc.
 #
 # This file is part of GNU Emacs.
 #
 #
 # ----------------------------------------------------------------------
 
-/^lisp=/s|@srcdir@|.|
-/^VPATH=/s|@srcdir@|.|
-/^srcdir=/s|@srcdir@|.|
+/^SHELL *=/i\
+export FNCASE=y
+
+/^lisp *=/s|\$(srcdir)|$(CURDIR)|
+/^srcdir *=/s|@srcdir@|.|
+/^top_srcdir *=/s|@top_srcdir@|./..|
+/^abs_top_builddir *=/s|@abs_top_builddir@|$(CURDIR)/..|
+