From 62e010af33fa1823a34aba5e843bf04d30fac6e5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 8 Nov 2013 19:33:41 -0500 Subject: [PATCH] * nt/mingw-cfg.site: No need for this to be executable. --- nt/ChangeLog | 4 ++++ nt/mingw-cfg.site | 4 ++-- 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 @@ +2013-11-09 Glenn Morris + + * mingw-cfg.site: No need for this to be executable. + 2013-10-24 Glenn Morris * 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 @@ -#! /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). -- 2.39.2