Mats, how exactly are you doing ./bootstrap && ./configure on OpenBSD?
And with which version of OpenBSD, autoconf and automake?  Could you
send the output of `./configure && cat config.log && make'?

I get the following:

...
./configure[32854]: test: yes: unexpected operator/operand
./configure[32873]: test: yes: unexpected operator/operand
...

Since some of the tests in am/ are incorrect ("test $foo = yes", if
FOO is empty then this will fail on some versions of test.  This
should really be written as "test x$foo = xyes").

Also, when doing a make, some files, for example lib/errno.h are not
properly generated:

errno.h:30:15: #include_next expects "FILENAME" or <FILENAME>

Reply via email to