From: Glenn Morris Date: Sat, 9 Nov 2013 00:33:41 +0000 (-0500) Subject: * nt/mingw-cfg.site: No need for this to be executable. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~887 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=62e010af33fa1823a34aba5e843bf04d30fac6e5;p=emacs.git * nt/mingw-cfg.site: No need for this to be executable. --- 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).