automake
[Top][All Lists]
Advanced

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

Re: automake mistaken source type


From: Tom Tromey
Subject: Re: automake mistaken source type
Date: 14 Mar 2001 23:12:31 -0700

>>>>> ">" == D Stimits <address@hidden> writes:

>> I use version 1.4. I searched for something beyond 1.4, but
>> apparently it isn't available yet as a regular release. Is there an
>> rpm for something more current? My machines run RH 6.2 and RH 7.1
>> beta (7.1 beta still uses 1.4).

Ok.  This is a known bug in 1.4, fixed in the prereleases.  It will
also be fixed in 1.5.

Meanwhile you can just drop AC_PROG_CC into configure.in and automake
will shut up.  If you want you can do this in a hacky way to fool
automake:

    if false; then
      AC_PROG_CC
    fi

There might be RPMs of 1.4d (the current prerelease).  I don't know, I
don't keep track.  There might not be since I got annoyed last time an
RPM was made of the cvs repository.  Making an RPM of 1.4d would be
different, though -- at least it corresponds to a known point in time.

Tom



reply via email to

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