Hi Bruce, > Hi, what is the correct fix? I've not rebuilt for a couple of years > and this is a new surprise. Thanks. > > Bootstrap messages: > > autoopts/Makefile.am:97: error: GL_GENERATE_ERRNO_H does not appear in > AM_CONDITIONAL > autoopts/Makefile.am:152: error: GL_GENERATE_STDDEF_H does not appear > in AM_CONDITIONAL
These two message indicate that the 'configure' script was not correctly generated. There are many possible causes. Before you revisit your build system, I would - try the same thing from a pristine checkout (no leftover files from a couple of years ago), - verify that the -I options passed to aclocal contain the directory where errno_h.m4 and stddef_h.m4 have been copied to. Bruno