diff options
-rw-r--r-- | configure.ac | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 6a2bda7..bcee9ca 100644 --- a/configure.ac +++ b/configure.ac @@ -50,13 +50,13 @@ else AC_MSG_RESULT($system) fi -AC_CONFIG_FILES([Makefile] - [intl/Makefile] - [m4/Makefile] - [include/Makefile] - [po/Makefile.in] - [lib/Makefile] - [src/Makefile]) +AC_CONFIG_FILES([Makefile + intl/Makefile + m4/Makefile + include/Makefile + po/Makefile.in + lib/Makefile + src/Makefile]) AC_OUTPUT echo |