diff options
author | Jim Meyering <jim@meyering.net> | 2006-11-14 14:09:34 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-11-14 14:09:34 +0100 |
commit | 56206ccb80e0956f53cee8d72e65ada583c87b45 (patch) | |
tree | cc3a0b2b5c9cdf39c56018e772f464f3d7d0315d /gl | |
parent | 3ef2f939f77e7688879b96d84392c02e4361f49e (diff) | |
download | coreutils-56206ccb80e0956f53cee8d72e65ada583c87b45.tar.gz coreutils-56206ccb80e0956f53cee8d72e65ada583c87b45.tar.bz2 coreutils-56206ccb80e0956f53cee8d72e65ada583c87b45.zip |
* gl/m4/root-dev-ino.m4: Now that this is part of a real "module",
remove the now-unnecessary use of AC_LIBSOURCES.
Diffstat (limited to 'gl')
-rw-r--r-- | gl/m4/root-dev-ino.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gl/m4/root-dev-ino.m4 b/gl/m4/root-dev-ino.m4 index cebc0faf7..9de9c51b2 100644 --- a/gl/m4/root-dev-ino.m4 +++ b/gl/m4/root-dev-ino.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 3 dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -6,7 +6,6 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_ROOT_DEV_INO], [ - AC_LIBSOURCES([root-dev-ino.c, root-dev-ino.h, dev-ino.h, same-inode.h]) AC_LIBOBJ([root-dev-ino]) dnl Prerequisites |