From 2224fb6047dd96cbc11d7f2093319e5eb49c0b6b Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Tue, 29 May 2012 16:03:05 -0700 Subject: automake: Check for 'indent' and fall back to 'cat' if not found. The glapi generator code uses indent to produce more readable code. However, we don't want to make GNU indent a hard build dependency; check for it in configure.ac and fall back to 'cat' if it's not available. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50484 Signed-off-by: Kenneth Graunke Reviewed-by: Matt Turner Acked-by: Ben Widawsky --- configs/autoconf.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs') diff --git a/configs/autoconf.in b/configs/autoconf.in index 38f49a295c0..2a111c7a080 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -64,6 +64,10 @@ NM = @NM@ # Perl PERL = @PERL@ +# Indent (used for generating dispatch tables) +INDENT = @INDENT@ +INDENT_FLAGS = @INDENT_FLAGS@ + # Python and flags (generally only needed by the developers) PYTHON2 = @PYTHON2@ PYTHON_FLAGS = -t -O -O -- cgit v1.2.3