This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Does CVS build?


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]