build: Make autoreconf honour ACLOCAL_FLAGS
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 25 Oct 2012 23:51:46 +0000 (00:51 +0100)
committerRan Benita <ran234@gmail.com>
Tue, 30 Oct 2012 13:08:14 +0000 (15:08 +0200)
commit2f7385d0e05072930cd91eaeeade4655bfd15acd
treee3438326ceef495fdd5154ac9ef6cba245e53951
parent94155878ec98e2583e6ec999a881ad8015231a5c
build: Make autoreconf honour ACLOCAL_FLAGS

When running autoreconf, it's possible to give flags to the underlying
aclocal by declaring a ACLOCAL_AMFLAGS variable in the top level
Makefile.am.

Putting ${ACLOCAL_FLAGS} there allows the user to set an environment
variable up before running autogen.sh and pull in the right directories
to look for m4 macros, say an up-to-date version of the xorg-util macros.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Cc: Daniel Stone <daniel@fooishbar.org>
Makefile.am