Re: autoconf from cvs

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

 



Alexander Kahl <alexander.kahl@xxxxxx> wrote:
> I have an equal problem with autoconf from git. Like Patrick I got autoconf (GNU Autoconf) UNKNOWN and because of that other software projects won't compile.
>
> I tried echo 2.61a.2.61a.299-9066 > .version in autoconf dir but autoconf doesn't seem to use it (maybe I did something wrong).

That should work.
Have you updated recently?
There were missing dependencies until a week or so ago
that would make it so a new version string did not propagate
through the code.

Here's how I've just tested it:

  $ build-aux/git-version-gen . .version; echo
  2.61a.300-5ccf
  $ cd /tmp
  $ $OLDPWD/build-aux/git-version-gen . .version; echo
  2.61a.299-9066

But before doing that, be sure to get the latest, since
git-version-gen's API changed recently, too.


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux