aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-11-08 19:33:41 -0500
committerGlenn Morris2013-11-08 19:33:41 -0500
commit62e010af33fa1823a34aba5e843bf04d30fac6e5 (patch)
tree96d5df8a4d6c16880f2a86c4997026d9e4ba3834
parent129c301bf7c134e19c8989a7ad2e670e006363c9 (diff)
downloademacs-62e010af33fa1823a34aba5e843bf04d30fac6e5.tar.gz
emacs-62e010af33fa1823a34aba5e843bf04d30fac6e5.zip
* nt/mingw-cfg.site: No need for this to be executable.
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/mingw-cfg.site4
2 files changed, 6 insertions, 2 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index a1cac150cac..c90e3105fa8 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12013-11-09 Glenn Morris <rgm@gnu.org>
2
3 * mingw-cfg.site: No need for this to be executable.
4
12013-10-24 Glenn Morris <rgm@gnu.org> 52013-10-24 Glenn Morris <rgm@gnu.org>
2 6
3 * Makefile.in ($(DESTDIR)${archlibdir}): 7 * Makefile.in ($(DESTDIR)${archlibdir}):
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 @@
1#! /bin/sh 1# -*- sh -*-
2# Site defaults for the MinGW configuration of GNU Emacs. 2# Site defaults for the MinGW configuration of GNU Emacs.
3# 3#
4# This file's purpose is to short-circuit configure-time tests for 4# This file's purpose is to short-circuit configure-time tests for
@@ -12,7 +12,7 @@
12# value of a shell variable ac_cv_header_foo_h. The value should be 12# value of a shell variable ac_cv_header_foo_h. The value should be
13# yes if the header is deemed to exist, no otherwise. Or it could be 13# yes if the header is deemed to exist, no otherwise. Or it could be
14# something else, if the value computed by 'configure' requires that. 14# something else, if the value computed by 'configure' requires that.
15# In general, since nt/msysconfig.sh instructs GCC to use header files 15# In general, since configure instructs GCC to use header files
16# in nt/inc, you should not need to futz with header file tests. But 16# in nt/inc, you should not need to futz with header file tests. But
17# there are exceptions, like with getopt.h below (which is a MinGW 17# there are exceptions, like with getopt.h below (which is a MinGW
18# system header, but we do not want to use it). 18# system header, but we do not want to use it).