Does CVS build?

Charles Wilson cwilson@ece.gatech.edu
Wed Aug 15 15:08:00 GMT 2001


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




More information about the Cygwin-developers mailing list