[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error: GL_GENERATE_ERRNO_H does not appear in AM_CONDITIONAL
From: |
Bruno Haible |
Subject: |
Re: error: GL_GENERATE_ERRNO_H does not appear in AM_CONDITIONAL |
Date: |
Sat, 07 Sep 2019 00:25:30 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-159-generic; KDE/5.18.0; x86_64; ; ) |
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