Ticket #3677 (closed defect: invalid)
Problems using autoreconf
| Reported by: | wehart@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.9.6 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I downloaded all of Coin, and tried running
autoreconf --install
in the top-level directory. Doing so, I got the following error:
[wehart@tofu COIN_2006Sep06]$ autoreconf --install configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found. configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE, configure.ac: that aclocal.m4 is present in the top-level directory, configure.ac: and that aclocal.m4 was recently regenerated (using aclocal). BuildTools/Makemain?.inc:13: MAINTAINER_MODE does not appear in AM_CONDITIONAL Makefile.am:46: `BuildTools/Makemain?.inc' included from here BuildTools/Makemain?.inc:39: HAVE_EXTERNALS does not appear in AM_CONDITIONAL Makefile.am:46: `BuildTools/Makemain?.inc' included from here BuildTools/Makemain?.inc:53: HAVE_EXTERNALS does not appear in AM_CONDITIONAL Makefile.am:46: `BuildTools/Makemain?.inc' included from here autoreconf: automake failed with exit status: 1
Any idea why I see this behavior? I _should_ be able to use autoreconf with Coin, right?


