From 0d1f53adb0f0a614c102fb5c2b5212ace4b4078b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 3 Jan 2013 06:18:24 -0500 Subject: [PATCH] Auto-commit of generated files. --- autogen/Makefile.in | 2 +- autogen/config.in | 2 +- autogen/configure | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/autogen/Makefile.in b/autogen/Makefile.in index 168883bb656..25c816c953e 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ -# Copyright (C) 2002-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/autogen/config.in b/autogen/config.in index df47c16a348..68f2c426ffa 100644 --- a/autogen/config.in +++ b/autogen/config.in @@ -2,7 +2,7 @@ /* GNU Emacs site configuration template file. -Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2012 +Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/autogen/configure b/autogen/configure index 4db2595c851..e1df418eede 100755 --- a/autogen/configure +++ b/autogen/configure @@ -20670,6 +20670,9 @@ int result = 0; /* Many gnulib modules require POSIX conformance of EBADF. */ if (dup2 (2, 1000000) == -1 && errno != EBADF) result |= 16; + /* Flush out a cygwin core dump. */ + if (dup2 (2, -1) != -1 || errno != EBADF) + result |= 32; return result; ; -- 2.39.5