diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-25 22:01:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-25 22:01:49 +0000 |
commit | 92337e781a8804f00a5fba921cca4a39cf85c726 (patch) | |
tree | 5e2c61e150b5cc6488c0a96960ae0c06892e6d00 /m4 | |
parent | 88fc20a63357514134fa8ce696a5b1cab0fa0222 (diff) | |
download | coreutils-92337e781a8804f00a5fba921cca4a39cf85c726.tar.xz |
Whoops. Add this, too:
AC_LIBOBJ([version-etc-fsf])
Diffstat (limited to 'm4')
-rw-r--r-- | m4/version-etc.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/version-etc.m4 b/m4/version-etc.m4 index 51ddb3e11..21a37df06 100644 --- a/m4/version-etc.m4 +++ b/m4/version-etc.m4 @@ -9,6 +9,7 @@ AC_DEFUN([gl_VERSION_ETC], dnl FIXME: if/when this becomes a gnulib macro, make version-etc-fsf.c dnl be merely `suggested' or `recommended', not required. AC_LIBSOURCES([version-etc.c, version-etc.h, version-etc-fsf.c]) + AC_LIBOBJ([version-etc-fsf]) AC_LIBOBJ([version-etc]) dnl Prerequisites. |