libressl/portable

autogen.sh does not create configure

Closed this issue · 3 comments

Hi!

I'm trying to follow the compilation instructions, but ./autogen.sh does not create any configure script that I can run in the next step... No error:

bicho:~/libressl-portable$ ./autogen.sh 
pulling upstream openbsd source
Not on a tag, grabbing latest (NOTE: this may be broken from time to time)
Already on 'master'
Your branch is up to date with 'origin/master'.
Already up to date.
libcrypto version 52:0:0
libssl version 55:0:0
libtls version 28:0:0
LibreSSL version 3.8.2
copying libcrypto source
generating mips ASM source for elf
generating mips64 ASM source for elf
generating arm ASM source for elf
generating x86_64 ASM source for elf
generating x86_64 ASM source for macosx

Any hint?

You are probably missing a dependency and it's failing early. Do you have libtool, automake, and autoconf installed?

Try adding a 'set -x' to the top and see where it bails.

Hey, if this hint wasn't able to help, feel free to reopen later.