Hi I got LibreSSL portable from https://github.com/libressl-portable/portable <https://github.com/libressl-portable/portable>
I get the following error when trying to compile on Mac OS X Yosemite (ie I executed autogen.sh which in turn called autoreconf) --- Zeppelin:libressl hrishi$ ./autogen.sh pulling upstream openbsd source Already on 'master' Your branch is up-to-date with 'origin/master'. Current branch master is up to date. libcrypto version 32:0:0 libssl version 32:0:0 libtls version 3:1:0 copying libcrypto source generating ASM source for elf generating ASM source for macosx copying libtls source copying openssl(1) source copying libssl source copying tests copying manpages main::scan_file() called too early to check prototype at /Developer//usr/bin/aclocal line 607. main::scan_file() called too early to check prototype at /Developer//usr/bin/aclocal line 607. autom4te: m4sugar/m4sugar.m4: no such file or directory aclocal: /Developer//usr/bin/autom4te failed with exit status: 1 autoreconf: aclocal failed with exit status: 1 Zeppelin:libressl hrishi$ â Is this a known issue ? Is there a work around? Thanks Hrishi