summaryrefslogtreecommitdiff
path: root/nt/mingw-cfg.site
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-11-08 19:33:41 -0500
committerGlenn Morris <rgm@gnu.org>2013-11-08 19:33:41 -0500
commit62e010af33fa1823a34aba5e843bf04d30fac6e5 (patch)
tree96d5df8a4d6c16880f2a86c4997026d9e4ba3834 /nt/mingw-cfg.site
parent129c301bf7c134e19c8989a7ad2e670e006363c9 (diff)
downloademacs-62e010af33fa1823a34aba5e843bf04d30fac6e5.tar.gz
* nt/mingw-cfg.site: No need for this to be executable.
Diffstat (limited to 'nt/mingw-cfg.site')
-rw-r--r--nt/mingw-cfg.site4
1 files changed, 2 insertions, 2 deletions
diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site
index a217cbc8c70..0499e88a72b 100644
--- a/nt/mingw-cfg.site
+++ b/nt/mingw-cfg.site
@@ -1,4 +1,4 @@
-#! /bin/sh
+# -*- sh -*-
# Site defaults for the MinGW configuration of GNU Emacs.
#
# This file's purpose is to short-circuit configure-time tests for
@@ -12,7 +12,7 @@
# value of a shell variable ac_cv_header_foo_h. The value should be
# yes if the header is deemed to exist, no otherwise. Or it could be
# something else, if the value computed by 'configure' requires that.
-# In general, since nt/msysconfig.sh instructs GCC to use header files
+# In general, since configure instructs GCC to use header files
# in nt/inc, you should not need to futz with header file tests. But
# there are exceptions, like with getopt.h below (which is a MinGW
# system header, but we do not want to use it).