[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Hotp-toolkit-help] Re: autoconf errors
|
From: |
Simon Josefsson |
|
Subject: |
[Hotp-toolkit-help] Re: autoconf errors |
|
Date: |
Fri, 22 Jan 2010 15:21:10 +0100 |
|
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) |
John Villalovos <address@hidden> writes:
> Using the git repository I did the following:
> [hotp-toolkit]$ autoconf
Try running 'autoreconf --install' instead.
> configure.ac:21: error: possibly undefined macro: AM_INIT_AUTOMAKE
> If this token and others are legitimate, please use m4_pattern_allow.
> See the Autoconf documentation.
> configure.ac:29: error: possibly undefined macro: AM_CONDITIONAL
>
> This is using a Fedora 12 based system on x86_64 architecture
Do you have automake installed? You need it, and libtool as well.
/Simon