]> granicus.if.org Git - procps-ng/commitdiff
build-sys: added tabs to AC_CONFIG_FILES for consistency
authorJim Warner <james.warner@comcast.net>
Mon, 31 Oct 2011 15:15:23 +0000 (10:15 -0500)
committerSami Kerola <kerolasa@iki.fi>
Tue, 20 Dec 2011 16:30:51 +0000 (17:30 +0100)
configure.ac

index 5ade76a642deb790e2b7be4666def5763cc090ea..af48655377ed58a8e5608e7be5460651690f89d3 100644 (file)
@@ -186,12 +186,13 @@ fi
 AC_SUBST(DEJAGNU)   
 
 AC_CONFIG_FILES([
-Makefile
-include/Makefile
-po/Makefile.in
-proc/Makefile
-proc/libprocfs.pc
-ps/Makefile
-testsuite/Makefile
+       Makefile
+       include/Makefile
+       po/Makefile.in
+       proc/Makefile
+       proc/libprocfs.pc
+       ps/Makefile
+       testsuite/Makefile
 ])
+
 AC_OUTPUT