On Fri, Feb 22, 2013 at 12:54 AM, David Woodhouse <dwmw2 at infradead.org> wrote: > Could do with an 'autogen.sh' for people who are too dim to find the > instructions in the README file. I looked in the INSTALL file instead, > on my first attempt. And then got distracted before ever working out how > to even *try* to build it :) I though autoreconf was pretty popular by now :) I'll add though. > [dwmw2 at shinybook ocserv]$ autoreconf -fvi [...] > autoreconf: running: automake --add-missing --copy --force-missing > automake: warnings are treated as errors > /usr/share/automake-1.12/am/library.am: warning: 'libopts.a': linking > libraries using a non-POSIX > /usr/share/automake-1.12/am/library.am: archiver requires 'AM_PROG_AR' > in 'configure.ac' > libopts/Makefile.am:3: while processing library 'libopts.a' > autoreconf: automake failed with exit status: 1 If you add AM_PROG_AR does it work? I had issues with automake-1.12 and never upgraded (it added some new options which it required, but these options didn't exist in the previous versions). regards, Nikos