1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-21 10:24:55 +00:00

* nt/mingw-cfg.site: No need for this to be executable.

This commit is contained in:
Glenn Morris 2013-11-08 19:33:41 -05:00
parent 129c301bf7
commit 62e010af33
2 changed files with 6 additions and 2 deletions

View 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}):

View 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).