bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS automake vs. coreutils head


From: Paul Eggert
Subject: Re: CVS automake vs. coreutils head
Date: Fri, 18 Nov 2005 11:47:34 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Eric Blake <address@hidden> writes:

> Yes - the important point is that AM_PROG_CC_C_O appear anywhere after
> AC_PROG_CC.

OK, thanks.  I installed the following patch.  Somehow the copyright
dates got messed up in configure.ac so I fixed them too.

2005-11-18  Paul Eggert  <address@hidden>

        * configure.ac (AM_PROG_CC_C_O): Add.  Needed for CVS Automake.
        Problem reported by Eric Blake.

--- configure.ac        23 Oct 2005 10:41:18 -0000      1.71
+++ configure.ac        18 Nov 2005 19:45:42 -0000      1.72
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script. -*-m4-*-
 
-dnl Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2005,
-dnl 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+dnl Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
+dnl 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 dnl This program is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
@@ -32,6 +32,7 @@ gl_DEFAULT_POSIX2_VERSION
 gl_USE_SYSTEM_EXTENSIONS
 gl_PERL
 AC_PROG_CC
+AM_PROG_CC_C_O
 AC_PROG_CPP
 AC_PROG_GCC_TRADITIONAL
 AC_PROG_RANLIB




reply via email to

[Prev in Thread] Current Thread [Next in Thread]