configure.ac: Remove space after indent -T flag.
authorVinson Lee <vlee@freedesktop.org>
Mon, 31 Dec 2012 23:19:43 +0000 (15:19 -0800)
committerVinson Lee <vlee@freedesktop.org>
Sat, 5 Jan 2013 03:10:48 +0000 (19:10 -0800)
Fixes this build error on platforms not using GNU indent.

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

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
configure.ac

index 3b84b1c917e22f4a9fd0e85afbbd4d2ce1ae62fe..1414ce8264aa45ca2aa64bf8bb0f7187459710ec 100644 (file)
@@ -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