Opened 14 years ago
Closed 14 years ago
#1335 closed Bug (fixed)
libtoolize wants things differently
Reported by: | smmalis | Owned by: | charles |
---|---|---|---|
Priority: | Normal | Milestone: | 1.40 |
Component: | GTK+ Client | Version: | 1.34 |
Severity: | Normal | Keywords: | |
Cc: |
Description
Currently when running autogen.sh libtoolize gives the following information:
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.in and libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
Change History (6)
comment:1 Changed 14 years ago by charles
- Milestone changed from None Set to 1.40
- Status changed from new to assigned
comment:2 Changed 14 years ago by charles
- Resolution set to fixed
- Status changed from assigned to closed
comment:3 Changed 14 years ago by smmalis
- Resolution fixed deleted
- Status changed from closed to reopened
I still get both messages.
comment:4 Changed 14 years ago by charles
- Resolution set to fixed
- Status changed from reopened to closed
Not my problem. I've already followed both of those suggestions.
comment:5 Changed 14 years ago by smmalis
- Resolution fixed deleted
- Status changed from closed to reopened
Could the messages be referring to a configure.in and Makefile.am in one of the directories?
comment:6 Changed 14 years ago by charles
- Resolution set to fixed
- Status changed from reopened to closed
There's only one configure.in file, and that's in third-party/libevent/. libevent doesn't have an m4 subdirectory, and doesn't use Transmission's macros.
I honestly wouldn't worry about these warnings. I think they are false positives.
Note: See
TracTickets for help on using
tickets.
The first warning is fixed in r6874.
The second warning is probably a side-effect of the first one, since we already have `-I m4' in Makefile.am's ACLOCAL_AMFLAGS.