diff options
author | Jim Meyering <meyering@redhat.com> | 2009-09-30 16:47:47 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-09-30 17:04:29 +0200 |
commit | 9ca7d6b49e3776512039612d1045541ff36df77a (patch) | |
tree | 68105b284aa617d7017f2737c9e1494a5d9146c3 | |
parent | d4c7114bce116aefe28c899f5d0e7dcc39feb103 (diff) | |
download | coreutils-9ca7d6b49e3776512039612d1045541ff36df77a.tar.xz |
build: now that we use the lock module, don't exclude lock.m4
* bootstrap.conf: Don't exclude lock.m4.
-rw-r--r-- | bootstrap.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 5a2f28ebd..f4e897401 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -294,7 +294,6 @@ if test $gettext_external = 1; then m4/glibc2.m4 m4/intdiv0.m4 m4/lcmessage.m4 - m4/lock.m4 m4/uintmax_t.m4 m4/ulonglong.m4 m4/visibility.m4 |