diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-01-16 18:23:31 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:11 +0100 |
commit | 63dc461a73ba698ccbab42ae3d4427810b1af14e (patch) | |
tree | 7dfdab8d4d0b30269e718ec95f18141af54f3e82 /m4/gnulib-comp.m4 | |
parent | 63039a76484b181e18a76144f7c38b1467dd861b (diff) |
Use gl_IGNORE_UNUSED_LIBRARIES
Diffstat (limited to 'm4/gnulib-comp.m4')
-rw-r--r-- | m4/gnulib-comp.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/gnulib-comp.m4 b/m4/gnulib-comp.m4 index 032577bd..4b97830a 100644 --- a/m4/gnulib-comp.m4 +++ b/m4/gnulib-comp.m4 @@ -31,6 +31,7 @@ AC_DEFUN([gl_EARLY], # Code from module extensions: AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) # Code from module include_next: + # Code from module lib-ignore: # Code from module memchr: # Code from module stddef: # Code from module string: @@ -59,6 +60,8 @@ AC_DEFUN([gl_INIT], # Code from module c++defs: # Code from module extensions: # Code from module include_next: + # Code from module lib-ignore: + gl_IGNORE_UNUSED_LIBRARIES # Code from module memchr: gl_FUNC_MEMCHR gl_STRING_MODULE_INDICATOR([memchr]) @@ -228,6 +231,7 @@ AC_DEFUN([gl_FILE_LIST], [ m4/extensions.m4 m4/gnulib-common.m4 m4/include_next.m4 + m4/lib-ignore.m4 m4/memchr.m4 m4/mmap-anon.m4 m4/onceonly.m4 |