Ticket #3677 (closed defect: invalid)
Opened 5 years ago
Last modified 5 years ago
Problems using autoreconf
| Reported by: | wehart@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.9.6 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
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?
Attachments
Change History
comment:1 follow-up: ↓ 2 Changed 5 years ago by anonymous
- Resolution set to invalid
- Status changed from new to closed
comment:2 in reply to: ↑ 1 Changed 5 years ago by mgood
- Priority changed from high to normal
- Severity changed from critical to normal



Replying to anonymous:
Don't close a ticket without a comment.
However, the resolution still stands. This ticket is filed on the wrong site since it is not related to Trac.