diff options
author | Jim Meyering <jim@meyering.net> | 2005-03-09 23:02:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-03-09 23:02:25 +0000 |
commit | 3b1f5253fd266d910f0a3f62fc40b66e517cceee (patch) | |
tree | 080ee49e38af9bb3ef3ce14d8c993a74b877224c /m4 | |
parent | 2c60c397c89c3c77b0025c733c011969aa94ba28 (diff) | |
download | coreutils-3b1f5253fd266d910f0a3f62fc40b66e517cceee.tar.xz |
(gl_HUMAN): Add intprops.h.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/human.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/human.m4 b/m4/human.m4 index 36ebcef88..1787c48f9 100644 --- a/m4/human.m4 +++ b/m4/human.m4 @@ -1,4 +1,4 @@ -# human.m4 serial 8 +#serial 9 dnl Copyright (C) 2002, 2003, 2004, 2005 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,7 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_HUMAN], [ - AC_LIBSOURCES([human.c, human.h]) + AC_LIBSOURCES([human.c, human.h, intprops.h]) AC_LIBOBJ([human]) dnl Prerequisites of lib/human.h. |