emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115044: * nt/mingw-cfg.site: No need for this to be


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115044: * nt/mingw-cfg.site: No need for this to be executable.
Date: Sat, 09 Nov 2013 00:33:44 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115044
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2013-11-08 19:33:41 -0500
message:
  * nt/mingw-cfg.site: No need for this to be executable.
modified:
  nt/ChangeLog                   changelog-20091113204419-o5vbwnq5f7feedwu-1545
  nt/mingw-cfg.site              mingwcfg.site-20130329112849-w6zo8bvz3ddvox05-1
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2013-10-24 23:04:33 +0000
+++ b/nt/ChangeLog      2013-11-09 00:33:41 +0000
@@ -1,3 +1,7 @@
+2013-11-09  Glenn Morris  <address@hidden>
+
+       * mingw-cfg.site: No need for this to be executable.
+
 2013-10-24  Glenn Morris  <address@hidden>
 
        * Makefile.in ($(DESTDIR)${archlibdir}):

=== modified file 'nt/mingw-cfg.site'
--- a/nt/mingw-cfg.site 2013-09-20 07:21:20 +0000
+++ b/nt/mingw-cfg.site 2013-11-09 00:33:41 +0000
@@ -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).


reply via email to

[Prev in Thread] Current Thread [Next in Thread]