diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-18 19:45:42 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-18 19:45:42 +0000 |
commit | a6a99fdf5d0924b6b4b0eaf9fbb8467d727b41b8 (patch) | |
tree | 6c833db890738fdb19b50db161118660b7af4e65 | |
parent | a46640e980106bc77e2f0ae15ebe9848df174a04 (diff) | |
download | coreutils-a6a99fdf5d0924b6b4b0eaf9fbb8467d727b41b8.tar.xz |
(AM_PROG_CC_C_O): Add. Needed for CVS Automake.
Problem reported by Eric Blake.
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 4e4afa231..96bea7c56 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |