diff options
author | Jim Meyering <jim@meyering.net> | 2006-03-12 21:49:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-03-12 21:49:48 +0000 |
commit | 9dbfaca63712ac7ea4a945810d688aaff7640fc3 (patch) | |
tree | 910129f10d870622fa7c57e574e1bc72256e0bd2 /m4 | |
parent | 34401c51f9582214f767a46d5fa1715e2f9e59e9 (diff) | |
download | coreutils-9dbfaca63712ac7ea4a945810d688aaff7640fc3.tar.xz |
(gl_SAME): Add same-inode.h to the list.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/same.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/same.m4 b/m4/same.m4 index cd7c16174..0eacf4f1b 100644 --- a/m4/same.m4 +++ b/m4/same.m4 @@ -1,12 +1,12 @@ -# same.m4 serial 6 -dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. +#serial 7 +dnl Copyright (C) 2002, 2003, 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, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_SAME], [ - AC_LIBSOURCES([same.c, same.h]) + AC_LIBSOURCES([same.c, same.h, same-inode.h]) AC_LIBOBJ([same]) dnl Prerequisites of lib/same.c. |