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


Reply via email to