diff options
author | pixel <pixel> | 2002-12-05 06:27:23 +0000 |
---|---|---|
committer | pixel <pixel> | 2002-12-05 06:27:23 +0000 |
commit | 82f06c89b364082a81f00d79a49a2490c0d6c340 (patch) | |
tree | fb7b3d2beffdaa35786524b426ba6c71747c7fb5 | |
parent | b7b20b50ef4cee4e847ad83ba56967bdb165e4e3 (diff) |
Found the bug -_-;
-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 |