diff options
author | Mark H Weaver <mhw@netris.org> | 2011-03-07 06:27:42 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2011-03-09 17:06:05 -0500 |
commit | dd36ce77cd899c7b179026603e751e3bb47b2943 (patch) | |
tree | d2f26243f1b6bbb025dea3919ce47f7bc29993cc /m4/lib-link.m4 | |
parent | df1297956211b7353155c9b54d7e9c22d05ce493 (diff) |
Update Gnulib; add new modules; remove `round' module.
This updates Gnulib to v0.0-4951-g6ff7b70.
* m4/gnulib-cache.m4: Add floor, ceil, frexp, and ldexp. Add wchar as
an explicit dependency; it had been present as an indirect dependency
before, but no longer. Remove round, which I had requested earlier,
but turned out to be unnecessary.
Diffstat (limited to 'm4/lib-link.m4')
-rw-r--r-- | m4/lib-link.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/lib-link.m4 b/m4/lib-link.m4 index b024dd4e9..e7c9ba9d3 100644 --- a/m4/lib-link.m4 +++ b/m4/lib-link.m4 @@ -1,4 +1,4 @@ -# lib-link.m4 serial 25 (gettext-0.18.2) +# lib-link.m4 serial 26 (gettext-0.18.2) dnl Copyright (C) 2001-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -116,6 +116,8 @@ AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], dnl Determine the platform dependent parameters needed to use rpath: dnl acl_libext, dnl acl_shlibext, +dnl acl_libname_spec, +dnl acl_library_names_spec, dnl acl_hardcode_libdir_flag_spec, dnl acl_hardcode_libdir_separator, dnl acl_hardcode_direct, |