diff options
author | Paul Smith <psmith@gnu.org> | 2012-01-16 03:53:34 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2012-01-16 03:53:34 +0000 |
commit | 0bdc1915017d91fb8e5474a4bec80f79eb207cff (patch) | |
tree | 3bf6df65d848fda34e1cbfd144f76b0a3caec316 /config/ChangeLog | |
parent | 49cc211819851b76c58fb37eeb579bd88a5ac65a (diff) | |
download | gunmake-0bdc1915017d91fb8e5474a4bec80f79eb207cff.tar.gz |
Fix autoconf macros for detecting DOS-style pathnames.
Fixes Savannah bug #35256.
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index a6abfa3..95f1157 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2012-01-15 Paul Smith <psmith@gnu.org> + + * dospaths.m4: Use AC_LANG_PROGRAM to encapsulate the test code. + Fixes Savannah bug #35256. Patch from Sebastian Pipping. + 2006-03-09 Paul Smith <psmith@gnu.org> * dospaths.m4: Add MSYS to the list of targets allowing DOS-style |