]> code.delx.au - gnu-emacs/blobdiff - msdos/sedadmin.inp
Don't install keyboard hook when debugged on MS-Windows
[gnu-emacs] / msdos / sedadmin.inp
index 6b34260416aabec8ae37fb18bfd42cd90cbb4890..77812e8f757a61589258de0a98388bd807de1953 100644 (file)
@@ -2,7 +2,7 @@
 # Configuration script for admin/unidata/Makefile under DJGPP v2.x
 # ----------------------------------------------------------------------
 #
-# Copyright (C) 2014 Free Software Foundation, Inc.
+# Copyright (C) 2014-2016 Free Software Foundation, Inc.
 #
 # This file is part of GNU Emacs.
 #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # ----------------------------------------------------------------------
-/^SHELL *=/s/^/# /
+/^SHELL *=/s!@SHELL@!/bin/sh!
+/^AWK *=/s/@AWK@/gawk/
 /^srcdir *=/s/@[^@\n]*@/./
 /^top_srcdir *=/s|@[^@\n]*@|../..|
 /^top_builddir *=/s|@[^@\n]*@|../..|
-
-/^      *-if /,/^       *fi/d
-/^      *if test -f charprop/,/^        *fi/c\
-       rm -f uni-*.el
-/^      *if test -f \${DSTDIR/,/^       *fi/c\
-       rm -f ${DSTDIR}/uni-*.el ${DSTDIR}/charprop.el
-/^      *cp `sed -n/c\
-       cp uni-*.el ${DSTDIR}
+/^AM_DEFAULT_VERBOSITY *=/s/@AM_DEFAULT_VERBOSITY@/1/
+/^[Aa][Mm]_/s/@AM_V@/$(V)/
+/^[Aa][Mm]_/s/@AM_DEFAULT_V@/$(AM_DEFAULT_VERBOSITY)/