diff options
author | Christopher Faylor <me@cgf.cx> | 2012-11-30 07:11:19 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2012-11-30 07:11:19 +0000 |
commit | 1f8fe1aa0e9741d12630abf1b36b0cbaa98dff0f (patch) | |
tree | cf5e251aa764974a602970ffc1f45160f6789a05 /winsup/cygwin/aclocal.m4 | |
parent | 0772f3f1c18483ff69b4a4cec918df39596eae5c (diff) | |
download | cygnal-1f8fe1aa0e9741d12630abf1b36b0cbaa98dff0f.tar.gz cygnal-1f8fe1aa0e9741d12630abf1b36b0cbaa98dff0f.tar.bz2 cygnal-1f8fe1aa0e9741d12630abf1b36b0cbaa98dff0f.zip |
* spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitive
when looking for cmd.exe command line.
Diffstat (limited to 'winsup/cygwin/aclocal.m4')
-rw-r--r-- | winsup/cygwin/aclocal.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/cygwin/aclocal.m4 b/winsup/cygwin/aclocal.m4 index 5985aa9a1..6b800f6a7 100644 --- a/winsup/cygwin/aclocal.m4 +++ b/winsup/cygwin/aclocal.m4 @@ -1,7 +1,8 @@ -# generated automatically by aclocal 1.11.1 -*- Autoconf -*- +# generated automatically by aclocal 1.11.5 -*- Autoconf -*- # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, -# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, +# Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. |