#1737 closed Bug (invalid)
aclocal fails
Reported by: | smmalis | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | GTK+ Client | Version: | 1.42+ |
Severity: | Normal | Keywords: | |
Cc: |
Description
aclocal fails when trying to run autogen.sh in r7775. This seems to have been introduced since r7768, which is strange since nothing modified anything related to it during this period. Error message is:
aclocal: couldn't open directory `m4': No such file or directory autoreconf: aclocal failed with exit status: 1
The script I use to autobuild hasn't changed at all since r7768. Any ideas?
Change History (2)
comment:1 Changed 12 years ago by charles
- Resolution set to invalid
- Status changed from new to closed
comment:2 Changed 12 years ago by smmalis
seems to be fixed now.
Note: See
TracTickets for help on using
tickets.
It's a garden-variety svn error that was introduced into libevent's stable 1.4 branch sometime in the last day. It's already been reported upstream and I expect it'll be shortlived.
temporary workaround: "mkdir third-party/libevent/m4"