Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <3B7B27C4.9000506@ece.gatech.edu> Date: Wed, 15 Aug 2001 21:54:12 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010713 X-Accept-Language: en-us MIME-Version: 1.0 To: Charles Wilson CC: cygwin-developers AT cygwin DOT com Subject: Re: Does CVS build? References: <20010815132450 DOT A1468 AT dothill DOT com> <3B7AEC05 DOT 7FBF0C8C AT yahoo DOT com> <20010815155157 DOT B20199 AT redhat DOT com> <20010815162916 DOT A28118 AT redhat DOT com> <20010815171031 DOT A29030 AT redhat DOT com> <3B7AE8D7 DOT 7050508 AT ece DOT gatech DOT edu> <3B7AFEF9 DOT 8070400 AT ece DOT gatech DOT edu> <3B7B2581 DOT 9090904 AT ece DOT gatech DOT edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Charles Wilson wrote: > Index: aclocal.m4 > =================================================================== > RCS file: /cvs/src/src/libiberty/aclocal.m4,v > retrieving revision 1.4 > diff -u -r1.4 aclocal.m4 > --- aclocal.m4 2001/03/06 18:27:14 1.4 > +++ aclocal.m4 2001/08/15 18:39:34 > @@ -99,7 +129,7 @@ > test -z "$CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH]) > fi > > -AC_PROG_CC_GNU > +_AC_LANG_COMPILER_GNU Dang. That should be "MY_CC_GNU" not "_AC_LANG_COMPILER_GNU". Okay, I'm off to double check that my changes still work on 2.52 *with* this correction. (Earnie, can you manually change this line in your test, as well?) > > if test $ac_cv_prog_gcc = yes; then > GCC=yes > @@ -110,7 +140,7 @@ --Chuck