From 50fca987cca312f8b150f2f5b475e4463afb699c Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Mon, 31 Oct 2011 10:15:23 -0500 Subject: [PATCH] build-sys: added tabs to AC_CONFIG_FILES for consistency --- configure.ac | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 5ade76a6..af486553 100644 --- a/configure.ac +++ b/configure.ac @@ -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