diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-08 14:53:30 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-04-08 14:53:30 -0700 |
commit | 7ec98caf7757bbf462d91a5cebd440cf12cc5816 (patch) | |
tree | a06f12700c55c0a932163ff80c6c3d01883a9c36 /m4 | |
parent | 70476b54414db1be5261c71073fc991eab5cd34a (diff) |
Update from gnulib.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gl-comp.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/gl-comp.m4 b/m4/gl-comp.m4 index 43cce9b367..3ca40ee39b 100644 --- a/m4/gl-comp.m4 +++ b/m4/gl-comp.m4 @@ -26,6 +26,7 @@ AC_DEFUN([gl_EARLY], m4_pattern_allow([^gl_LIBOBJS$])dnl a variable m4_pattern_allow([^gl_LTLIBOBJS$])dnl a variable AC_REQUIRE([AC_PROG_RANLIB]) + # Code from module allocator: # Code from module arg-nonnull: # Code from module c++defs: # Code from module careadlinkat: @@ -79,6 +80,7 @@ AC_DEFUN([gl_INIT], m4_pushdef([gl_LIBSOURCES_DIR], []) gl_COMMON gl_source_base='lib' + # Code from module allocator: # Code from module arg-nonnull: # Code from module c++defs: # Code from module careadlinkat: @@ -293,6 +295,7 @@ AC_DEFUN([gl_FILE_LIST], [ build-aux/arg-nonnull.h build-aux/c++defs.h build-aux/warn-on-use.h + lib/allocator.c lib/allocator.h lib/careadlinkat.c lib/careadlinkat.h |