Opened 10 years ago
Last modified 10 years ago
#732 new request
use AC_CONFIG_MACRO_DIRS
Reported by: | Peter | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.x+ |
Component: | build | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
New versions of autotools recommend using
AC_CONFIG_MACRO_DIRS([m4])
instead of
AC_CONFIG_MACRO_DIR([m4])
and
ACLOCAL_AMFLAGS = -I m4
This requires, however, Autoconf 2.70, Automake 1.13, and Libtool 2.4.4 of which only Autoamke is released at time of creating this ticket. Not clear but from autotools lists it sounds like future versions will start complaining about this and eventually not support ACLOCAL_AMFLAGS, so I create this ticket as a place to discuss this and something future commits can refer to.
Change History (2)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.