gnulib.git
12 years agoFix tests link errors.
Bruno Haible [Fri, 17 Jun 2011 10:41:19 +0000 (12:41 +0200)]
Fix tests link errors.

* modules/ceil-ieee-tests (Makefile.am): Use CEIL_LIBM, not FLOOR_LIBM.
* modules/chown-tests (Makefile.am): Don't link test-chown with
LIBINTL.
* modules/lchown-tests (Makefile.am): Don't link test-lchown with
LIBINTL.
* modules/utimens-tests (Makefile.am): Don't link test-utimens with
LIBINTL.
* modules/futimens-tests (Makefile.am): Don't link test-futimens with
LIBINTL.

12 years agocrypto/gc-sha1: Fix recent regression.
Bruno Haible [Thu, 16 Jun 2011 23:06:58 +0000 (01:06 +0200)]
crypto/gc-sha1: Fix recent regression.

* modules/crypto/gc-sha1 (configure.ac): Invoke AC_LIBOBJ here.
* m4/gc-sha1.m4 (gl_GC_SHA1): Don't invoke gl_SHA1.

12 years agocrypto/gc-md5: Fix recent regression.
Bruno Haible [Thu, 16 Jun 2011 23:06:29 +0000 (01:06 +0200)]
crypto/gc-md5: Fix recent regression.

* modules/crypto/gc-md5 (configure.ac): Invoke AC_LIBOBJ here.

12 years agocrypto/gc-md4: Fix recent regression.
Bruno Haible [Thu, 16 Jun 2011 23:02:39 +0000 (01:02 +0200)]
crypto/gc-md4: Fix recent regression.

* modules/crypto/gc-md4 (configure.ac): Invoke AC_LIBOBJ here.
* m4/md4.m4 (gl_MD4): Ensure the expansion is non-empty.

12 years agocrypto/gc-arctwo: Fix recent regression.
Bruno Haible [Thu, 16 Jun 2011 23:00:39 +0000 (01:00 +0200)]
crypto/gc-arctwo: Fix recent regression.

* modules/crypto/gc-arctwo (configure.ac): Invoke AC_LIBOBJ here.
* m4/arctwo.m4 (gl_ARCTWO): Ensure the expansion is non-empty.

12 years agocrypto/gc-rijndael: Fix recent regression.
Bruno Haible [Thu, 16 Jun 2011 22:56:44 +0000 (00:56 +0200)]
crypto/gc-rijndael: Fix recent regression.

* modules/crypto/gc-rijndael (Files): Remove m4/rijndael.m4.
(configure.ac): Invoke AC_LIBOBJ here.
* m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Don't invoke gl_RIJNDAEL.
Reported by Tom G. Christensen <tgc@jupiterrise.com>.

12 years agocrypto/gc-hmac-sha1: Fix recent regression.
Bruno Haible [Thu, 16 Jun 2011 22:53:04 +0000 (00:53 +0200)]
crypto/gc-hmac-sha1: Fix recent regression.

* modules/crypto/gc-hmac-sha1 (Files): Remove m4/hmac-sha1.m4.
(configure.ac): Invoke AC_LIBOBJ here.
* m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Don't invoke gl_HMAC_SHA1.
Reported by Tom G. Christensen <tgc@jupiterrise.com>.

12 years agocrypto/gc-hmac-md5: Fix recent regression.
Bruno Haible [Thu, 16 Jun 2011 22:49:44 +0000 (00:49 +0200)]
crypto/gc-hmac-md5: Fix recent regression.

* modules/crypto/gc-hmac-md5 (Files): Remove m4/hmac-md5.m4.
(configure.ac): Invoke AC_LIBOBJ here.
* m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Don't invoke gl_HMAC_MD5.
Reported by Tom G. Christensen <tgc@jupiterrise.com>.

12 years agocrypto/gc-des: Fix recent regression.
Bruno Haible [Thu, 16 Jun 2011 22:47:09 +0000 (00:47 +0200)]
crypto/gc-des: Fix recent regression.

* modules/crypto/gc-des (Files): Remove m4/des.m4.
(configure.ac): Invoke AC_LIBOBJ here.
* m4/gc-des.m4 (gl_GC_DES): Don't invoke gl_DES.
Reported by Tom G. Christensen <tgc@jupiterrise.com>.

12 years agocrypto/gc-arcfour: Fix recent regression.
Bruno Haible [Thu, 16 Jun 2011 22:44:56 +0000 (00:44 +0200)]
crypto/gc-arcfour: Fix recent regression.

* modules/crypto/gc-arcfour (Files): Remove m4/arcfour.m4.
(configure.ac): Invoke AC_LIBOBJ here.
* m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Don't invoke gl_ARCFOUR.
Reported by Tom G. Christensen <tgc@jupiterrise.com>.

12 years ago* m4/lstat.m4 (gl_FUNC_LSTAT): Fix typo in prerequisite.
Paul Eggert [Thu, 16 Jun 2011 23:01:23 +0000 (16:01 -0700)]
* m4/lstat.m4 (gl_FUNC_LSTAT): Fix typo in prerequisite.

After the 2011-05-21 change, this macro requires
gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, not
AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.

12 years agofprintftime: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Thu, 16 Jun 2011 20:07:19 +0000 (22:07 +0200)]
fprintftime: Move AC_LIBOBJ invocations to module description.

* m4/fprintftime.m4: Remove file.
* modules/fprintftime (Files): Remove m4/fprintftime.m4.
(configure.ac): Remove gl_FPRINTFTIME call.
(Makefile.am): Augment lib_SOURCES.
Reported by Jim Meyering.

12 years agotmpfile-safer: Finish 2011-05-23 commit.
Bruno Haible [Thu, 16 Jun 2011 19:43:33 +0000 (21:43 +0200)]
tmpfile-safer: Finish 2011-05-23 commit.

* m4/stdio-safer.m4: Really remove file.
Reported by Jim Meyering.

12 years agosyntax-check: Fix typo.
Bruno Haible [Thu, 16 Jun 2011 19:38:29 +0000 (21:38 +0200)]
syntax-check: Fix typo.

* Makefile (allow_AC_LIBOBJ): Mention printf-posix-rpl.m4, not
printf-posix.m4.
Reported by Jim Meyering.

12 years agosyntax-check: add a rule to help enforce the no-AC_LIBOBJ-in-m4/ policy
Jim Meyering [Mon, 13 Jun 2011 16:01:47 +0000 (18:01 +0200)]
syntax-check: add a rule to help enforce the no-AC_LIBOBJ-in-m4/ policy

* Makefile (sc_prohibit_AC_LIBOBJ_in_m4): New rule.

12 years agoyesno: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 01:35:50 +0000 (03:35 +0200)]
yesno: Move AC_LIBOBJ invocations to module description.

* m4/yesno.m4 (gl_YESNO): Remove AC_LIBOBJ invocation.
* modules/yesno (Makefile.am): Augment lib_SOURCES.

12 years agoxstrtol: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 01:34:20 +0000 (03:34 +0200)]
xstrtol: Move AC_LIBOBJ invocations to module description.

* m4/xstrtol.m4 (gl_XSTRTOL): Remove AC_LIBOBJ invocations.
* modules/xstrtol (Makefile.am): Augment lib_SOURCES.

12 years agoxstrtold: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 01:31:49 +0000 (03:31 +0200)]
xstrtold: Move AC_LIBOBJ invocations to module description.

* m4/xstrtod.m4 (gl_XSTRTOLD): Remove AC_LIBOBJ invocation.
* modules/xstrtold (Makefile.am): Augment lib_SOURCES.

12 years agoxstrtod: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 01:30:41 +0000 (03:30 +0200)]
xstrtod: Move AC_LIBOBJ invocations to module description.

* m4/xstrtod.m4 (gl_XSTRTOD): Remove AC_LIBOBJ invocation.
* modules/xstrtod (Makefile.am): Augment lib_SOURCES.

12 years agoxnanosleep: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 01:28:18 +0000 (03:28 +0200)]
xnanosleep: Move AC_LIBOBJ invocations to module description.

* m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove AC_LIBOBJ invocation.
* modules/xnanosleep (Makefile.am): Augment lib_SOURCES.

12 years agoxgetcwd: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 00:30:19 +0000 (02:30 +0200)]
xgetcwd: Move AC_LIBOBJ invocations to module description.

* m4/xgetcwd.m4 (gl_XGETCWD): Remove AC_LIBOBJ invocation.
* modules/xgetcwd (Makefile.am): Augment lib_SOURCES.

12 years agoxalloc: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 00:27:22 +0000 (02:27 +0200)]
xalloc: Move AC_LIBOBJ invocations to module description.

* m4/xalloc.m4 (gl_XALLOC): Remove AC_LIBOBJ invocation.
* modules/xalloc (Makefile.am): Augment lib_SOURCES.

12 years agowrite-any-file: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 00:25:13 +0000 (02:25 +0200)]
write-any-file: Move AC_LIBOBJ invocations to module description.

* m4/write-any-file.m4 (gl_WRITE_ANY_FILE): Remove AC_LIBOBJ
invocation.
* modules/write-any-file (Makefile.am): Augment lib_SOURCES.

12 years agoutimens: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 00:23:33 +0000 (02:23 +0200)]
utimens: Move AC_LIBOBJ invocations to module description.

* m4/utimens.m4 (gl_UTIMENS): Remove AC_LIBOBJ invocation.
* modules/utimens (Makefile.am): Augment lib_SOURCES.

12 years agoutimecmp: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 00:21:47 +0000 (02:21 +0200)]
utimecmp: Move AC_LIBOBJ invocations to module description.

* m4/utimecmp.m4 (gl_UTIMECMP): Remove AC_LIBOBJ invocation.
* modules/utimecmp (Makefile.am): Augment lib_SOURCES.

12 years agouserspec: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 00:18:29 +0000 (02:18 +0200)]
userspec: Move AC_LIBOBJ invocations to module description.

* m4/userspec.m4 (gl_USERSPEC): Remove AC_LIBOBJ invocation.
* modules/userspec (Makefile.am): Augment lib_SOURCES.

12 years agounlinkdir: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 00:16:53 +0000 (02:16 +0200)]
unlinkdir: Move AC_LIBOBJ invocations to module description.

* m4/unlinkdir.m4 (gl_UNLINKDIR): Remove AC_LIBOBJ invocation.
* modules/unlinkdir (Makefile.am): Augment lib_SOURCES.

12 years agounistd-safer: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 00:15:00 +0000 (02:15 +0200)]
unistd-safer: Move AC_LIBOBJ invocations to module description.

* m4/unistd-safer.m4 (gl_UNISTD_SAFER): Remove AC_LIBOBJ invocations.
* modules/unistd-safer (Makefile.am): Augment lib_SOURCES.

12 years agotempname: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 00:13:12 +0000 (02:13 +0200)]
tempname: Move AC_LIBOBJ invocations to module description.

* m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Remove AC_LIBOBJ invocation.
* modules/tempname (Makefile.am): Augment lib_SOURCES.

12 years agostrftime: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 00:02:38 +0000 (02:02 +0200)]
strftime: Move AC_LIBOBJ invocations to module description.

* m4/strftime.m4 (gl_FUNC_STRFTIME): Remove AC_LIBOBJ invocation.
* modules/strftime (Makefile.am): Augment lib_SOURCES.

12 years agostdlib-safer: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Tue, 24 May 2011 00:00:29 +0000 (02:00 +0200)]
stdlib-safer: Move AC_LIBOBJ invocations to module description.

* m4/stdlib-safer.m4: Remove file.
* modules/stdlib-safer (Files): Remove m4/stdlib-safer.m4.
(configure.ac): Remove gl_STDLIB_SAFER call.
(Makefile.am): Augment lib_SOURCES.

12 years agotmpfile-safer: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:54:41 +0000 (01:54 +0200)]
tmpfile-safer: Move AC_LIBOBJ invocations to module description.

* m4/stdio-safer.m4: Remove file.
* modules/tmpfile-safer (Files): Remove m4/stdio-safer.m4.
(configure.ac): Remove gl_TMPFILE_SAFER call.
(Makefile.am): Augment lib_SOURCES.

12 years agopopen-safer: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:52:04 +0000 (01:52 +0200)]
popen-safer: Move AC_LIBOBJ invocations to module description.

* m4/stdio-safer.m4 (gl_POPEN_SAFER): Remove macro.
* modules/popen-safer (Files): Remove m4/stdio-safer.m4.
(configure.ac): Remove gl_POPEN_SAFER call.
(Makefile.am): Augment lib_SOURCES.

12 years agofreopen-safer: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:50:49 +0000 (01:50 +0200)]
freopen-safer: Move AC_LIBOBJ invocations to module description.

* m4/stdio-safer.m4 (gl_FREOPEN_SAFER): Remove macro.
* modules/freopen-safer (Files): Remove m4/stdio-safer.m4.
(configure.ac): Remove gl_FREOPEN_SAFER call.
(Makefile.am): Augment lib_SOURCES.

12 years agofopen-safer: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:46:56 +0000 (01:46 +0200)]
fopen-safer: Move AC_LIBOBJ invocations to module description.

* m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove macro.
* modules/fopen-safer (Files): Remove m4/stdio-safer.m4.
(configure.ac): Remove gl_FOPEN_SAFER call.
(Makefile.am): Augment lib_SOURCES.

12 years agocrypto/sha512: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:41:34 +0000 (01:41 +0200)]
crypto/sha512: Move AC_LIBOBJ invocations to module description.

* m4/sha512.m4 (gl_SHA512): Remove AC_LIBOBJ invocation.
* modules/crypto/sha512 (Makefile.am): Augment lib_SOURCES.

12 years agocrypto/sha256: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:39:42 +0000 (01:39 +0200)]
crypto/sha256: Move AC_LIBOBJ invocations to module description.

* m4/sha256.m4 (gl_SHA256): Remove AC_LIBOBJ invocation.
* modules/crypto/sha256 (Makefile.am): Augment lib_SOURCES.

12 years agocrypto/sha1: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:38:14 +0000 (01:38 +0200)]
crypto/sha1: Move AC_LIBOBJ invocations to module description.

* m4/sha1.m4 (gl_SHA1): Remove AC_LIBOBJ invocation.
* modules/crypto/sha1 (Makefile.am): Augment lib_SOURCES.

12 years agosettime: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:36:34 +0000 (01:36 +0200)]
settime: Move AC_LIBOBJ invocations to module description.

* m4/settime.m4 (gl_SETTIME): Remove AC_LIBOBJ invocation.
* modules/settime (Makefile.am): Augment lib_SOURCES.

12 years agosavedir: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:35:15 +0000 (01:35 +0200)]
savedir: Move AC_LIBOBJ invocations to module description.

* m4/savedir.m4 (gl_SAVEDIR): Remove AC_LIBOBJ invocation.
* modules/savedir (Makefile.am): Augment lib_SOURCES.

12 years agosave-cwd: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:33:23 +0000 (01:33 +0200)]
save-cwd: Move AC_LIBOBJ invocations to module description.

* m4/save-cwd.m4 (gl_SAVE_CWD): Remove AC_LIBOBJ invocation.
* modules/save-cwd (Makefile.am): Augment lib_SOURCES.

12 years agosame: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:31:38 +0000 (01:31 +0200)]
same: Move AC_LIBOBJ invocations to module description.

* m4/same.m4 (gl_SAME): Remove AC_LIBOBJ invocation.
* modules/same (Makefile.am): Augment lib_SOURCES.

12 years agosafe-write: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:30:20 +0000 (01:30 +0200)]
safe-write: Move AC_LIBOBJ invocations to module description.

* m4/safe-write.m4 (gl_SAFE_WRITE): Remove macro.
* modules/safe-write (configure.ac): Invoke gl_PREREQ_SAFE_WRITE
instead of gl_SAFE_WRITE.
(Makefile.am): Augment lib_SOURCES.

12 years agosafe-read: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:28:26 +0000 (01:28 +0200)]
safe-read: Move AC_LIBOBJ invocations to module description.

* m4/safe-read.m4 (gl_SAFE_READ): Remove macro.
* modules/safe-read (configure.ac): Invoke gl_PREREQ_SAFE_READ instead
of gl_SAFE_READ.
(Makefile.am): Augment lib_SOURCES.

12 years agosafe-alloc: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:26:08 +0000 (01:26 +0200)]
safe-alloc: Move AC_LIBOBJ invocations to module description.

* m4/safe-alloc.m4 (gl_SAFE_ALLOC): Remove AC_LIBOBJ invocation.
* modules/safe-alloc (Makefile.am): Augment lib_SOURCES.

12 years agocrypto/rijndael: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:23:28 +0000 (01:23 +0200)]
crypto/rijndael: Move AC_LIBOBJ invocations to module description.

* m4/rijndael.m4: Remove file.
* modules/crypto/rijndael (Files): Remove it.
(configure.ac): Remove gl_RIJNDAEL call.
(Makefile.am): Augment lib_SOURCES.

12 years agoreadtokens: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:14:18 +0000 (01:14 +0200)]
readtokens: Move AC_LIBOBJ invocations to module description.

* m4/readtokens.m4 (gl_READTOKENS): Remove AC_LIBOBJ invocation.
* modules/readtokens (Makefile.am): Augment lib_SOURCES.

12 years agoread-file: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:12:53 +0000 (01:12 +0200)]
read-file: Move AC_LIBOBJ invocations to module description.

* m4/read-file.m4 (gl_FUNC_READ_FILE): Remove macro.
* modules/read-file (configure.ac): Invoke gl_PREREQ_READ_FILE instead
of gl_FUNC_READ_FILE.
(Makefile.am): Augment lib_SOURCES.

12 years agoquotearg: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:09:10 +0000 (01:09 +0200)]
quotearg: Move AC_LIBOBJ invocations to module description.

* m4/quotearg.m4 (gl_QUOTEARG): Remove AC_LIBOBJ invocation.
* modules/quotearg (Makefile.am): Augment lib_SOURCES.

12 years agoquote: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:06:48 +0000 (01:06 +0200)]
quote: Move AC_LIBOBJ invocations to module description.

* m4/quote.m4 (gl_QUOTE): Remove AC_LIBOBJ invocation.
* modules/quote (Makefile.am): Augment lib_SOURCES.

12 years agoposixver: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:05:01 +0000 (01:05 +0200)]
posixver: Move AC_LIBOBJ invocations to module description.

* m4/posixver.m4 (gl_POSIXVER): Remove AC_LIBOBJ invocation.
* modules/posixver (Makefile.am): Augment lib_SOURCES.

12 years agoposixtm: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:03:35 +0000 (01:03 +0200)]
posixtm: Move AC_LIBOBJ invocations to module description.

* m4/posixtm.m4 (gl_POSIXTM): Remove AC_LIBOBJ invocation.
* modules/posixtm (Makefile.am): Augment lib_SOURCES.

12 years agophysmem: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:02:05 +0000 (01:02 +0200)]
physmem: Move AC_LIBOBJ invocations to module description.

* m4/physmem.m4 (gl_PHYSMEM): Remove AC_LIBOBJ invocation.
* modules/physmem (Makefile.am): Augment lib_SOURCES.

12 years agopagealign_alloc: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 23:00:38 +0000 (01:00 +0200)]
pagealign_alloc: Move AC_LIBOBJ invocations to module description.

* m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Remove AC_LIBOBJ
invocation.
* modules/pagealign_alloc (Makefile.am): Augment lib_SOURCES.

12 years agompsort: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:58:45 +0000 (00:58 +0200)]
mpsort: Move AC_LIBOBJ invocations to module description.

* m4/mpsort.m4 (gl_MPSORT): Remove AC_LIBOBJ invocation.
* modules/mpsort (Makefile.am): Augment lib_SOURCES.

12 years agomodechange: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:57:31 +0000 (00:57 +0200)]
modechange: Move AC_LIBOBJ invocations to module description.

* m4/modechange.m4 (gl_MODECHANGE): Remove AC_LIBOBJ invocation.
* modules/modechange (Makefile.am): Augment lib_SOURCES.

12 years agomkdir-p: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:44:17 +0000 (00:44 +0200)]
mkdir-p: Move AC_LIBOBJ invocations to module description.

* m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Remove AC_LIBOBJ invocations.
* modules/mkdir-p (Makefile.am): Augment lib_SOURCES.

12 years agomkancesdirs: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:42:17 +0000 (00:42 +0200)]
mkancesdirs: Move AC_LIBOBJ invocations to module description.

* m4/mkancesdirs.m4 (gl_MKANCESDIRS): Remove AC_LIBOBJ invocation.
* modules/mkancesdirs (Makefile.am): Augment lib_SOURCES.

12 years agomgetgroups: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:40:36 +0000 (00:40 +0200)]
mgetgroups: Move AC_LIBOBJ invocations to module description.

* m4/mgetgroups.m4 (gl_MGETGROUPS): Remove AC_LIBOBJ invocation.
* modules/mgetgroups (Makefile.am): Augment lib_SOURCES.

12 years agomemxor: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:38:58 +0000 (00:38 +0200)]
memxor: Move AC_LIBOBJ invocations to module description.

* m4/memxor.m4 (gl_MEMXOR): Remove AC_LIBOBJ invocation.
* modules/memxor (Makefile.am): Augment lib_SOURCES.

12 years agomemcoll: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:37:26 +0000 (00:37 +0200)]
memcoll: Move AC_LIBOBJ invocations to module description.

* m4/memcoll.m4 (gl_MEMCOLL): Remove AC_LIBOBJ invocation.
* modules/memcoll (Makefile.am): Augment lib_SOURCES.

12 years agomemcasecmp: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:35:58 +0000 (00:35 +0200)]
memcasecmp: Move AC_LIBOBJ invocations to module description.

* m4/memcasecmp.m4 (gl_MEMCASECMP): Remove AC_LIBOBJ invocation.
* modules/memcasecmp (Makefile.am): Augment lib_SOURCES.

12 years agocrypto/md5: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:34:00 +0000 (00:34 +0200)]
crypto/md5: Move AC_LIBOBJ invocations to module description.

* m4/md5.m4 (gl_MD5): Remove AC_LIBOBJ invocation.
* modules/crypto/md5 (Makefile.am): Augment lib_SOURCES.

12 years agocrypto/md4: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:32:54 +0000 (00:32 +0200)]
crypto/md4: Move AC_LIBOBJ invocations to module description.

* m4/md4.m4 (gl_MD4): Remove AC_LIBOBJ invocation.
* modules/crypto/md4 (Makefile.am): Augment lib_SOURCES.

12 years agocrypto/md2: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:29:57 +0000 (00:29 +0200)]
crypto/md2: Move AC_LIBOBJ invocations to module description.

* m4/md2.m4: Remove file.
* modules/crypto/md2 (Files): Remove it.
(configure.ac): Remove gl_MD2 call.
(Makefile.am): Augment lib_SOURCES.

12 years agolong-options: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:28:08 +0000 (00:28 +0200)]
long-options: Move AC_LIBOBJ invocations to module description.

* m4/long-options.m4: Remove file.
* modules/long-options (Files): Remove it.
(configure.ac): Remove gl_LONG_OPTIONS call.
(Makefile.am): Augment lib_SOURCES.

12 years agoi-ring: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:25:59 +0000 (00:25 +0200)]
i-ring: Move AC_LIBOBJ invocations to module description.

* m4/i-ring.m4 (gl_I_RING): Remove AC_LIBOBJ invocation.
* modules/i-ring (Makefile.am): Augment lib_SOURCES.

12 years agoidcache: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:10:47 +0000 (00:10 +0200)]
idcache: Move AC_LIBOBJ invocations to module description.

* m4/idcache.m4 (gl_IDCACHE): Remove AC_LIBOBJ invocation.
* modules/idcache (Makefile.am): Augment lib_SOURCES.

12 years agohuman: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:08:16 +0000 (00:08 +0200)]
human: Move AC_LIBOBJ invocations to module description.

* m4/human.m4 (gl_HUMAN): Remove AC_LIBOBJ invocation.
* modules/human (Makefile.am): Augment lib_SOURCES.

12 years agocrypto/hmac-sha1: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:05:51 +0000 (00:05 +0200)]
crypto/hmac-sha1: Move AC_LIBOBJ invocations to module description.

* m4/hmac-sha1.m4: Remove file.
* modules/crypto/hmac-sha1 (Files): Remove it.
(configure.ac): Remove gl_HMAC_SHA1 call.
(Makefile.am): Augment lib_SOURCES.

12 years agocrypto/hmac-md5: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:04:14 +0000 (00:04 +0200)]
crypto/hmac-md5: Move AC_LIBOBJ invocations to module description.

* m4/hmac-md5.m4: Remove file.
* modules/crypto/hmac-md5 (Files): Remove it.
(configure.ac): Remove gl_HMAC_MD5 call.
(Makefile.am): Augment lib_SOURCES.

12 years agohash: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 22:02:09 +0000 (00:02 +0200)]
hash: Move AC_LIBOBJ invocations to module description.

* m4/hash.m4: Remove file.
* modules/hash (Files): Remove it.
(configure.ac): Remove gl_HASH call.
(Makefile.am): Augment lib_SOURCES.

12 years agohard-locale: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 21:52:25 +0000 (23:52 +0200)]
hard-locale: Move AC_LIBOBJ invocations to module description.

* m4/hard-locale.m4 (gl_HARD_LOCALE): Remove AC_LIBOBJ invocation.
* modules/hard-locale (Makefile.am): Augment lib_SOURCES.

12 years agogetugroups: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 21:50:47 +0000 (23:50 +0200)]
getugroups: Move AC_LIBOBJ invocations to module description.

* m4/getugroups.m4 (gl_GETUGROUPS): Remove AC_LIBOBJ invocation.
* modules/getugroups (Makefile.am): Augment lib_SOURCES.

12 years agogettime: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 21:37:39 +0000 (23:37 +0200)]
gettime: Move AC_LIBOBJ invocations to module description.

* m4/gettime.m4 (gl_GETTIME): Remove AC_LIBOBJ invocation.
* modules/gettime (Makefile.am): Augment lib_SOURCES.

12 years agogetndelim2: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 21:35:39 +0000 (23:35 +0200)]
getndelim2: Move AC_LIBOBJ invocations to module description.

* m4/getndelim2.m4 (gl_GETNDELIM2): Remove AC_LIBOBJ invocation.
* modules/getndelim2 (Makefile.am): Augment lib_SOURCES.

12 years agocrypto/gc-pbkdf2-sha1: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 21:33:47 +0000 (23:33 +0200)]
crypto/gc-pbkdf2-sha1: Move AC_LIBOBJ invocations to module description.

* m4/gc-pbkdf2-sha1.m4: Remove file.
* modules/crypto/gc-pbkdf2-sha1 (Files): Remove it.
(configure.ac): Remove gl_GC_PBKDF2_SHA1 call.
(Makefile.am): Augment lib_SOURCES.

12 years agofts: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 21:31:06 +0000 (23:31 +0200)]
fts: Move AC_LIBOBJ invocations to module description.

* m4/fts.m4 (gl_FUNC_FTS_CORE): Move AC_LIBOBJ invocation from here...
* modules/fts (configure.ac): ... to here.

12 years agofile-type: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 21:25:41 +0000 (23:25 +0200)]
file-type: Move AC_LIBOBJ invocations to module description.

* m4/file-type.m4: Remove file.
* modules/file-type (Files): Remove it.
(configure.ac): Remove gl_FILE_TYPE call.
(Makefile.am): Augment lib_SOURCES.

12 years agofilenamecat*: Respect rules for use of AC_LIBOBJ.
Bruno Haible [Mon, 23 May 2011 21:23:49 +0000 (23:23 +0200)]
filenamecat*: Respect rules for use of AC_LIBOBJ.

* m4/filenamecat.m4 (gl_FILE_NAME_CONCAT, gl_FILE_NAME_CONCAT_LGPL):
Remove AC_LIBOBJ invocation.
* modules/filenamecat (Makefile.am): Augment lib_SOURCES.
* modules/filenamecat-lgpl (Makefile.am): Augment lib_SOURCES.

12 years agofilemode: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 21:19:32 +0000 (23:19 +0200)]
filemode: Move AC_LIBOBJ invocations to module description.

* m4/filemode.m4 (gl_FILEMODE): Remove AC_LIBOBJ invocation.
* modules/filemode (Makefile.am): Augment lib_SOURCES.

12 years agoopenat-safer: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 21:17:44 +0000 (23:17 +0200)]
openat-safer: Move AC_LIBOBJ invocations to module description.

* m4/fcntl-safer.m4 (gl_OPENAT_SAFER): Remove AC_LIBOBJ invocation.
* modules/openat-safer (Makefile.am): Augment lib_SOURCES.

12 years agofcntl-safer: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 21:16:16 +0000 (23:16 +0200)]
fcntl-safer: Move AC_LIBOBJ invocations to module description.

* m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove AC_LIBOBJ invocations.
* modules/fcntl-safer (Makefile.am): Augment lib_SOURCES.

12 years agoexclude: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 21:08:08 +0000 (23:08 +0200)]
exclude: Move AC_LIBOBJ invocations to module description.

* m4/exclude.m4: Remove file.
* modules/exclude (Files): Remove it.
(configure.ac): Remove gl_EXCLUDE call.
(Makefile.am): Augment lib_SOURCES.

12 years agodirname*: Respect rules for use of AC_LIBOBJ.
Bruno Haible [Mon, 23 May 2011 21:05:53 +0000 (23:05 +0200)]
dirname*: Respect rules for use of AC_LIBOBJ.

* m4/dirname.m4 (gl_DIRNAME, gl_DIRNAME_LGPL): Remove AC_LIBOBJ
invocations.
* modules/dirname (Makefile.am): Augment lib_SOURCES.
* modules/dirname-lgpl (Makefile.am): Augment lib_SOURCES.

12 years agodirent-safer: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 21:01:21 +0000 (23:01 +0200)]
dirent-safer: Move AC_LIBOBJ invocations to module description.

* m4/dirent-safer.m4 (gl_DIRENT_SAFER): Remove AC_LIBOBJ invocation.
* modules/dirent-safer (Makefile.am): Augment lib_SOURCES.

12 years agocrypto/des: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 20:59:12 +0000 (22:59 +0200)]
crypto/des: Move AC_LIBOBJ invocations to module description.

* m4/des.m4: Remove file.
* modules/crypto/des (Files): Remove it.
(configure.ac): Remove gl_DES call.
(Makefile.am): Augment lib_SOURCES.

12 years agocycle-check: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 20:57:28 +0000 (22:57 +0200)]
cycle-check: Move AC_LIBOBJ invocations to module description.

* m4/cycle-check.m4 (gl_CYCLE_CHECK): Remove AC_LIBOBJ invocation.
* modules/cycle-check (Makefile.am): Augment lib_SOURCES.

12 years agoc-strtold: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 20:55:29 +0000 (22:55 +0200)]
c-strtold: Move AC_LIBOBJ invocations to module description.

* m4/c-strtod.m4 (gl_C_STRTOLD): Remove AC_LIBOBJ invocation.
* modules/c-strtold (Makefile.am): Augment lib_SOURCES.

12 years agoc-strtod: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 20:54:04 +0000 (22:54 +0200)]
c-strtod: Move AC_LIBOBJ invocations to module description.

* m4/c-strtod.m4 (gl_C_STRTOD): Remove AC_LIBOBJ invocation.
* modules/c-strtod (Makefile.am): Augment lib_SOURCES.

12 years agocrc: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 20:51:09 +0000 (22:51 +0200)]
crc: Move AC_LIBOBJ invocations to module description.

* m4/crc.m4: Remove file.
* modules/crc (Files): Remove it.
(configure.ac): Remove gl_CRC call.
(Makefile.am): Augment lib_SOURCES.

12 years agoclose-stream: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 20:49:28 +0000 (22:49 +0200)]
close-stream: Move AC_LIBOBJ invocations to module description.

* m4/close-stream.m4 (gl_CLOSE_STREAM): Remove AC_LIBOBJ invocation.
* modules/close-stream (Makefile.am): Augment lib_SOURCES.

12 years agocloseout: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 20:47:18 +0000 (22:47 +0200)]
closeout: Move AC_LIBOBJ invocations to module description.

* m4/closeout.m4 (gl_CLOSEOUT): Remove AC_LIBOBJ invocation.
* modules/closeout (Makefile.am): Augment lib_SOURCES.

12 years agoclosein: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 20:45:58 +0000 (22:45 +0200)]
closein: Move AC_LIBOBJ invocations to module description.

* m4/closein.m4 (gl_CLOSEIN): Remove AC_LIBOBJ invocation.
* modules/closein (Makefile.am): Augment lib_SOURCES.

12 years agocloexec: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 20:43:51 +0000 (22:43 +0200)]
cloexec: Move AC_LIBOBJ invocations to module description.

* m4/cloexec.m4: Remove file.
* modules/cloexec (Files): Remove it.
(configure.ac): Remove gl_CLOEXEC call.
(Makefile.am): Augment lib_SOURCES.

12 years agocheck-version: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 20:40:34 +0000 (22:40 +0200)]
check-version: Move AC_LIBOBJ invocations to module description.

* m4/check-version.m4: Remove file.
* modules/check-version (Files): Remove it.
(configure.ac): Remove gl_CHECK_VERSION call.
(Makefile.am): Augment lib_SOURCES.

12 years agochdir-safer: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 20:37:28 +0000 (22:37 +0200)]
chdir-safer: Move AC_LIBOBJ invocations to module description.

* m4/chdir-safer.m4 (gl_CHDIR_SAFER): Remove AC_LIBOBJ invocation.
* modules/chdir-safer (Makefile.am): Augment lib_SOURCES.

12 years agocanonicalize: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 20:34:38 +0000 (22:34 +0200)]
canonicalize: Move AC_LIBOBJ invocations to module description.

* m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Remove
AC_LIBOBJ invocation.
* modules/canonicalize (Makefile.am): Augment lib_SOURCES.

12 years agocanon-host: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 20:31:13 +0000 (22:31 +0200)]
canon-host: Move AC_LIBOBJ invocations to module description.

* m4/canon-host.m4 (gl_CANON_HOST): Remove macro.
* modules/canon-host (configure.ac): Invoke gl_PREREQ_CANON_HOST
instead of gl_CANON_HOST.
(Makefile.am): Augment lib_SOURCES.

12 years agobackupfile: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Mon, 23 May 2011 20:27:32 +0000 (22:27 +0200)]
backupfile: Move AC_LIBOBJ invocations to module description.

* m4/backupfile.m4 (gl_BACKUPFILE): Remove AC_LIBOBJ invocation.
* modules/backupfile (Makefile.am): Augment lib_SOURCES.