> On Apr 7, 2015, at 11:00 AM, Hrishikesh Murukkathampoondi <hris...@gmail.com> > wrote: > > 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)
The path to aclocal seems to point to /Developer, do you have a really old version of xcode installed? I think the /Developer directory went away in Xcode 4.3, right? I use the latest versions of automake/autoconf, which are automake 1.15, autoconf 2.69 as supplied with Mac homebrew, and the libtool supplied with Xcode 6.2. You probably just need a newer version of autoconf and automake in your path. I've tested with Xcode 5 as well, but always prefer the latest automake/autoconf. > --- > > 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