]> code.delx.au - gnu-emacs/commitdiff
* nt/mingw-cfg.site: No need for this to be executable.
authorGlenn Morris <rgm@gnu.org>
Sat, 9 Nov 2013 00:33:41 +0000 (19:33 -0500)
committerGlenn Morris <rgm@gnu.org>
Sat, 9 Nov 2013 00:33:41 +0000 (19:33 -0500)
nt/ChangeLog
nt/mingw-cfg.site

index a1cac150cac06b448f7ba0aca9f670bcac9e9c46..c90e3105fa8eed32e081a6aed1c9e7ab39b8abc2 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-09  Glenn Morris  <rgm@gnu.org>
+
+       * mingw-cfg.site: No need for this to be executable.
+
 2013-10-24  Glenn Morris  <rgm@gnu.org>
 
        * Makefile.in ($(DESTDIR)${archlibdir}):
index a217cbc8c701e66569f7874cbbf249a311c0fc82..0499e88a72bc88a4567aa41b58320995e82bbab3 100644 (file)
@@ -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).