diff options
author | Dani Moncayo <dmoncayo@gmail.com> | 2013-11-11 18:50:28 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-11-11 18:50:28 -0800 |
commit | f4f38fad9a65880bbee07c62a635a7cd54ffe070 (patch) | |
tree | c52e7d564d773fbcb0fc2726cda7ec62b96fe185 /nt/mingw-cfg.site | |
parent | 632e833fee39b6facfb5f329e5cde45e2b25ccaf (diff) | |
download | emacs-f4f38fad9a65880bbee07c62a635a7cd54ffe070.tar.gz |
Remove nt/msysconfig.sh
* configure.ac [MINGW32]: Source nt/mingw-cfg.site.
* make-dist: Don't distribute nt/msysconfig.sh.
* nt/msysconfig.sh: Remove.
* nt/INSTALL: Update for this.
* nt/mingw-cfg.site: Comment.
Diffstat (limited to 'nt/mingw-cfg.site')
-rw-r--r-- | nt/mingw-cfg.site | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site index 0499e88a72b..0be24dde12f 100644 --- a/nt/mingw-cfg.site +++ b/nt/mingw-cfg.site @@ -12,10 +12,11 @@ # 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 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). +# In general, since configure (when invoked from an MSYS environment) +# 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). # # For each library function foo you want to supply test results, set # the value of a shell variable ac_cv_func_foo. Again, the value is |