[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 02:58:50 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-159-generic; KDE/5.18.0; x86_64; ; ) |
Hi Bruce,
> It looks right:
Two other things to try:
* Try using the *newest* *releases* of Autoconf and Automake. This is the
combination that is most reliable. It is not intended, but it may
happen that older releases don't work.
* After running bootstrap, run the commands in order and check the results
manually:
0. rm -rf autom4te.cache
1. aclocal -I ...
2. check the aclocal.m4
3. autoconf
4. check the configure
5. autoheader && touch config.h.in
6. check the config.h.in
7. automake --add-missing --copy
8. check the various Makefile.in_s
Bruno