Ticket #68 (closed bug: fixed)
wrong argument for ACLOCAL_AMFLAGS in Makefile.am
| Reported by: | argt | Owned by: | - |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | build and packaging | Version: | svn |
| Keywords: | Cc: |
Description
the current value is :
ACLOCAL_AMFLAGS = -I m4 --install
I believe it should be:
ACLOCAL_AMFLAGS = -I m4
aclocal does not support the option --install, it causes an error in ./autogen.sh (more precisely, autoreconf fails ).
version of autoconf: 2.61-4 on Debian/Sid
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
