diff options
author | Jim Meyering <jim@meyering.net> | 2002-08-04 11:02:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-08-04 11:02:26 +0000 |
commit | c1f4d04c0f5a70aa530358dcb5abcd5bc90cfb8a (patch) | |
tree | f75a45ca02900fcf15b4b5495648b9085abe6ffd | |
parent | 2220d47e5636f3ab057d0481a37035e8aac118af (diff) | |
download | coreutils-c1f4d04c0f5a70aa530358dcb5abcd5bc90cfb8a.tar.xz |
(AC_CONFIG_FILES): Add old/Makefile and old/*/Makefile.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ff56e1335..fb82d1fbd 100644 --- a/configure.ac +++ b/configure.ac @@ -298,5 +298,9 @@ AC_CONFIG_FILES( tests/unexpand/Makefile tests/uniq/Makefile tests/wc/Makefile + old/Makefile + old/fileutils/Makefile + old/sh-utils/Makefile + old/textutils/Makefile ) AC_OUTPUT |