On 09/15/2010 03:04 PM, Jack Kelly wrote:
At any rate, it seems like maintaining ACLOCAL_AMFLAGS in Makefile.am is
redundant - how hard is it to teach automake to have aclocal _automatically_
include directories mentioned inside AC_CONFIG_MACRO_DIR, to avoid the dual
file maintenance headache?

If you do this, where will you specify the `--install` flag to
aclocal? Still in ACLOCAL_AMFLAGS?

I use 'autoreconf --install', which avoids needing to put --install in ACLOCAL_AMFLAGS. But if --install is something that you have grown used to sticking in ACLOCAL_AMFLAGS, then yes, it would probably be nice to have a configure.ac counterpart that automake would understand to mean automatic addition of --install even for plain 'autoreconf'.

--
Eric Blake   ebl...@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Reply via email to