diff options
author | Bruno Haible <bruno@clisp.org> | 2007-06-09 11:11:14 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2007-06-09 11:11:14 +0000 |
commit | 90988ede07abd2e58283d5e06b1b69f74b6967d2 (patch) | |
tree | b4fe189a7179707b12ed3697811c36e0975e9a1c /modules/relocatable-prog-wrapper | |
parent | 8b420b18471251565faf524a4e9dbbe27e298d78 (diff) | |
download | gnulib-90988ede07abd2e58283d5e06b1b69f74b6967d2.tar.gz |
Update after allocsa -> malloca renaming.
Diffstat (limited to 'modules/relocatable-prog-wrapper')
-rw-r--r-- | modules/relocatable-prog-wrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/relocatable-prog-wrapper b/modules/relocatable-prog-wrapper index 704973fc09..10e39774ca 100644 --- a/modules/relocatable-prog-wrapper +++ b/modules/relocatable-prog-wrapper @@ -13,8 +13,8 @@ lib/xreadlink.c lib/readlink.c lib/canonicalize.h lib/canonicalize-lgpl.c -lib/allocsa.h -lib/allocsa.c +lib/malloca.h +lib/malloca.c lib/relocatable.h lib/relocatable.c lib/setenv.h @@ -22,7 +22,7 @@ lib/setenv.c lib/strerror.c lib/c-ctype.h lib/c-ctype.c -m4/allocsa.m4 +m4/malloca.m4 m4/canonicalize-lgpl.m4 m4/eealloc.m4 m4/longlong.m4 |