Yubico / libykneomgr

YubiKey NEO CCID Manager C Library
https://developers.yubico.com/libykneomgr/
GNU Lesser General Public License v3.0
11 stars 11 forks source link

autoreconf 2.69 fails on OSX with #19

Closed jschlyter closed 10 years ago

jschlyter commented 10 years ago

With latest autoconf from homebrew:

> autoreconf --install --force
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
glibtoolize: copying file `build-aux/ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
glibtoolize: copying file `m4/libtool.m4'
glibtoolize: copying file `m4/ltoptions.m4'
glibtoolize: copying file `m4/ltsugar.m4'
glibtoolize: copying file `m4/ltversion.m4'
glibtoolize: copying file `m4/lt~obsolete.m4'
Makefile.am: error: required file './ChangeLog' not found
autoreconf: automake failed with exit status: 1
jas4711 commented 10 years ago

Please read the README on how to build from version controlled sources:

Building from version controlled sources

Warning! This is only for developers and if you don't understand what you are doing, you should download the release files instead.

You may check out the sources using Git with the following command:

git clone https://github.com/Yubico/libykneomgr.git

This will create a directory 'libykneomgr'. Enter the directory:

cd libykneomgr

Recent versions of autoconf, automake and libtool must be installed. Libzip is required by the library. Help2man is used to generate the manpages. GTK-DOC is used to generated API documentation. Gengetopt is needed for command line parameter handling.

Build the project using:

make

See cfg.mk for some settings.