Mesa (master): configure.ac: Remove space after indent -T flag.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jan 5 03:11:00 UTC 2013


Module: Mesa
Branch: master
Commit: 2f358feda311570610729658cfc2897090c14327
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f358feda311570610729658cfc2897090c14327

Author: Vinson Lee <vlee at freedesktop.org>
Date:   Mon Dec 31 15:19:43 2012 -0800

configure.ac: Remove space after indent -T flag.

Fixes this build error on platforms not using GNU indent.

indent: Command line: ``-T'' requires a parameter

Signed-off-by: Vinson Lee <vlee at freedesktop.org>

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3b84b1c..1414ce8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ AC_PATH_PROG([PERL], [perl])
 
 AC_CHECK_PROG(INDENT, indent, indent, cat)
 if test "x$INDENT" != "xcat"; then
-    AC_SUBST(INDENT_FLAGS, '-i4 -nut -br -brs -npcs -ce -T GLubyte -T GLbyte -T Bool')
+    AC_SUBST(INDENT_FLAGS, '-i4 -nut -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool')
 fi
 
 dnl Our fallback install-sh is a symlink to minstall. Use the existing




More information about the mesa-commit mailing list