[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [gnugo-devel] deprecated use of $CFLAGS in `configure.in'
From: |
Paul Pogonyshev |
Subject: |
Re: [gnugo-devel] deprecated use of $CFLAGS in `configure.in' |
Date: |
Tue, 11 Jan 2005 23:34:01 +0200 |
User-agent: |
KMail/1.4.3 |
Arend Bayer wrote:
> On Tue, 11 Jan 2005, Paul Pogonyshev wrote:
> > Here it is, together with GCC warning flag requested by Arend.
> > I also removed `--enable-profile' option as I wrote. I
> > successfully used Automake 1.6 and Autoconf 2.59 here, but I
> > think it's still better if Dan updates the files.
> >
> > + if test $GCC_MAJOR_VERSION -ge 3 && test $GCC_MINOR_VERSION -ge 4;
> > then + GNU_GO_WARNINGS="$GNU_GO_WARNINGS
> > -Wdeclaration-after-statement" fi
> > +
>
> Next GCC will be called 4.0.0 :)
Mindo. I fixed this before commiting.
Paul