bug-coreutils
[Top][All Lists]
Advanced

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

CVS automake vs. coreutils head


From: Eric Blake
Subject: CVS automake vs. coreutils head
Date: Thu, 17 Nov 2005 21:25:41 -0700
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

CVS automake is more strict about per-target flags, which were introduced
with the refactoring of the new checksum utilities on 6.0-cvs.

$ automake --version | head -n 1
automake (GNU automake) 1.9a
$ autoreconf -v
...
src/Makefile.am:173: compiling `md5sum.c' with per-target flags requires
`AM_PROG_CC_C_O' in `configure.ac'
autoreconf: automake failed with exit status: 1

2005-11-17  Eric Blake  <address@hidden>

        * configure.ac (AM_PROG_CC_C_O): Required by CVS autoconf.

Index: configure.ac
===================================================================
RCS file: /cvsroot/coreutils/coreutils/configure.ac,v
retrieving revision 1.71
diff -u -p -r1.71 configure.ac
- --- configure.ac        23 Oct 2005 10:41:18 -0000      1.71
+++ configure.ac        18 Nov 2005 04:24:08 -0000
@@ -248,6 +248,7 @@ AC_CHECK_DECLS([strtoimax, strtoumax])

 cu_LIB_CHECK

+AM_PROG_CC_C_O
 AM_GNU_GETTEXT([external], [need-ngettext])
 AM_GNU_GETTEXT_VERSION(0.13.1)

- --
Life is short - so eat dessert first!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDfVfF84KuGfSFAYARAryyAJ9g2sp7Z1B+9/JHJ3cEy1aNRKSORACff/Xj
KsmKKqqZ7pjChyAiHfCRYFs=
=1vVF
-----END PGP SIGNATURE-----




reply via email to

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