OpenSC / pkcs11-helper

Library that simplifies the interaction with PKCS#11 providers for end-user applications using a simple API and optional OpenSSL engine
Other
65 stars 43 forks source link

Cannot autoconf on ubuntu 14.04 #2

Closed yuvalk closed 10 years ago

yuvalk commented 10 years ago

$ autoconf configure.ac:64: 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:258: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL configure.ac:259: error: possibly undefined macro: AC_LIBTOOL_RC configure.ac:260: error: possibly undefined macro: AC_PROG_LIBTOOL configure.ac:562: error: possibly undefined macro: AM_CONDITIONAL

$ autoconf --version autoconf (GNU Autoconf) 2.69 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html, http://gnu.org/licenses/exceptions.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.

$ automake --version automake (GNU automake) 1.14.1 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later http://gnu.org/licenses/gpl-2.0.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey tromey@redhat.com and Alexandre Duret-Lutz adl@gnu.org.

alonbl commented 10 years ago

libtool version please.

yuvalk commented 10 years ago

$ libtool --version libtool (GNU libtool) 2.4.2 Written by Gordon Matzigkeit gord@gnu.ai.mit.edu, 1996

Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

all latest ubuntu 14.04 ...

alonbl commented 10 years ago

should work...

please try:

autoreconf -ivf

yuvalk commented 10 years ago

works :) better document this is the proper way to initalize the build process (currently the INSTALL doc starts with ./configure which is not part of git)

TNX

alonbl commented 10 years ago

This is standard autotools... nothing special.