diff mbox

[i-g-t] build: Make autoreconf honour ACLOCAL_FLAGS

Message ID 1343228672-22750-1-git-send-email-damien.lespiau@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Damien Lespiau July 25, 2012, 3:04 p.m. UTC
From: Damien Lespiau <damien.lespiau@intel.com>

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>
---
 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Daniel Vetter July 25, 2012, 4 p.m. UTC | #1
On Wed, Jul 25, 2012 at 04:04:32PM +0100, Damien Lespiau wrote:
> From: Damien Lespiau <damien.lespiau@intel.com>
> 
> 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>
Applied, thanks.
-Daniel

> ---
>  Makefile.am |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 6cd724c..5ea0fd8 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -19,6 +19,8 @@
>  #  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
>  #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>  
> +ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
> +
>  SUBDIRS = lib man tools scripts tests benchmarks demos
>  
>  if BUILD_SHADER_DEBUGGER
> -- 
> 1.7.7.5
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
diff mbox

Patch

diff --git a/Makefile.am b/Makefile.am
index 6cd724c..5ea0fd8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,8 @@ 
 #  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
+ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
+
 SUBDIRS = lib man tools scripts tests benchmarks demos
 
 if BUILD_SHADER_DEBUGGER