gnulib.git
12 years agostrpbrk: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sun, 22 May 2011 11:39:57 +0000 (13:39 +0200)]
strpbrk: Move AC_LIBOBJ invocations to module description.

* m4/strpbrk.m4 (gl_FUNC_STRPBRK): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRPBRK invocations from
here...
* modules/strpbrk (configure.ac): ... to here.

12 years agostrnlen: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sun, 22 May 2011 11:37:32 +0000 (13:37 +0200)]
strnlen: Move AC_LIBOBJ invocations to module description.

* m4/strnlen.m4 (gl_FUNC_STRNLEN): Move AC_LIBOBJ and gl_PREREQ_STRNLEN
invocations from here...
* modules/strnlen (configure.ac): ... to here.

12 years agostrndup: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sun, 22 May 2011 11:32:55 +0000 (13:32 +0200)]
strndup: Move AC_LIBOBJ invocations to module description.

* m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_STRNDUP. Move AC_LIBOBJ
invocations from here...
* modules/strndup (configure.ac): ... to here.
(Depends-on): Update conditions.

12 years agostrncat: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sun, 22 May 2011 11:26:26 +0000 (13:26 +0200)]
strncat: Move AC_LIBOBJ invocations to module description.

* m4/strncat.m4 (gl_FUNC_STRNCAT): Move AC_LIBOBJ and gl_PREREQ_STRNCAT
invocations from here...
* modules/strncat (configure.ac): ... to here.

12 years agostrdup, strdup-posix: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sun, 22 May 2011 11:16:19 +0000 (13:16 +0200)]
strdup, strdup-posix: Move AC_LIBOBJ invocations to module description.

* m4/strdup.m4 (gl_FUNC_STRDUP): Move AC_LIBOBJ and gl_PREREQ_STRDUP
invocations from here...
* modules/strdup (configure.ac): ... to here.
* modules/strdup-posix (configure.ac): ... and here.

12 years agostrcspn: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sun, 22 May 2011 11:10:05 +0000 (13:10 +0200)]
strcspn: Move AC_LIBOBJ invocations to module description.

* m4/strcspn.m4 (gl_FUNC_STRCSPN): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRCSPN invocations from
here...
* modules/strcspn (configure.ac): ... to here.

12 years agostrchrnul: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sun, 22 May 2011 11:07:33 +0000 (13:07 +0200)]
strchrnul: Move AC_LIBOBJ invocations to module description.

* m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Move AC_LIBOBJ and
gl_PREREQ_STRCHRNUL invocations from here...
* modules/strchrnul (configure.ac): ... to here.

12 years agostrcasestr*: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sun, 22 May 2011 11:04:54 +0000 (13:04 +0200)]
strcasestr*: Move AC_LIBOBJ invocations to module description.

* m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE, gl_FUNC_STRCASESTR):
Move AC_LIBOBJ and gl_PREREQ_STRCASESTR invocations from here...
* modules/strcasestr-simple (configure.ac): ... to here.
* modules/strcasestr (configure.ac): ... and here.

12 years agostrcase: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sun, 22 May 2011 10:59:31 +0000 (12:59 +0200)]
strcase: Move AC_LIBOBJ invocations to module description.

* m4/strcase.m4 (gl_FUNC_STRNCASECMP): Set HAVE_STRNCASECMP.
(gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Call AC_CHECK_FUNCS instead
of AC_REPLACE_FUNCS. Move AC_LIBOBJ, gl_PREREQ_STRCASECMP,
gl_PREREQ_STRNCASECMP invocations from here...
* modules/strcase (configure.ac): ... to here.

12 years agostpncpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sun, 22 May 2011 10:51:13 +0000 (12:51 +0200)]
stpncpy: Move AC_LIBOBJ invocations to module description.

* m4/stpncpy.m4 (gl_FUNC_STPNCPY): Move AC_LIBOBJ invocations from
here...
* modules/stpncpy (configure.ac): ... to here.

12 years agostpcpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sun, 22 May 2011 10:48:51 +0000 (12:48 +0200)]
stpcpy: Move AC_LIBOBJ invocations to module description.

* m4/stpcpy.m4 (gl_FUNC_STPCPY): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STPCPY invocations from
here...
* modules/stpcpy (configure.ac): ... to here.

12 years agostat: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 22:34:48 +0000 (00:34 +0200)]
stat: Move AC_LIBOBJ invocations to module description.

* m4/stat.m4 (gl_PREREQ_STAT): New macro, extracted from gl_FUNC_STAT.
(gl_FUNC_STAT): Move AC_LIBOBJ and gl_PREREQ_STAT invocations from
here...
* modules/stat (configure.ac): ... to here.

12 years agosleep: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 22:27:30 +0000 (00:27 +0200)]
sleep: Move AC_LIBOBJ invocations to module description.

* m4/sleep.m4 (gl_FUNC_SLEEP): Move AC_LIBOBJ invocations from here...
* modules/sleep (configure.ac): ... to here.

12 years agosignbit: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 22:25:36 +0000 (00:25 +0200)]
signbit: Move AC_LIBOBJ invocations to module description.

* m4/signbit.m4 (gl_SIGNBIT): Move AC_LIBOBJ invocations from here...
* modules/signbit (configure.ac): ... to here.

12 years agosigprocmask: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 22:18:29 +0000 (00:18 +0200)]
sigprocmask: Move AC_LIBOBJ invocations to module description.

* m4/signalblocking.m4 (gl_SIGNALBLOCKING): Move AC_LIBOBJ and
gl_PREREQ_SIGPROMASK invocations from here...
* modules/sigprocmask (configure.ac): ... to here.

12 years agosigaction: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 22:14:35 +0000 (00:14 +0200)]
sigaction: Move AC_LIBOBJ invocations to module description.

* m4/sigaction.m4 (gl_SIGACTION): Move AC_LIBOBJ and
gl_PREREQ_SIGACTION invocations from here...
* modules/sigaction (configure.ac): ... to here.

12 years agosig2str: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 22:11:35 +0000 (00:11 +0200)]
sig2str: Move AC_LIBOBJ invocations to module description.

* m4/sig2str.m4 (gl_FUNC_SIG2STR): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_SIG2STR invocations from
here...
* modules/sig2str (configure.ac): ... to here.

12 years agosetlocale: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 22:08:39 +0000 (00:08 +0200)]
setlocale: Move AC_LIBOBJ invocations to module description.

* m4/setlocale.m4 (gl_FUNC_SETLOCALE): Move AC_LIBOBJ and
gl_PREREQ_SETLOCALE invocations from here...
* modules/setlocale (configure.ac): ... to here.

12 years agounsetenv: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 22:06:38 +0000 (00:06 +0200)]
unsetenv: Move AC_LIBOBJ invocations to module description.

* m4/setenv.m4 (gl_FUNC_UNSETENV): Set HAVE_UNSETENV. Move AC_LIBOBJ
and gl_PREREQ_UNSETENV invocations from here...
* modules/unsetenv (configure.ac): ... to here.
(Depends-on): Update.

12 years agosetenv: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 22:00:35 +0000 (00:00 +0200)]
setenv: Move AC_LIBOBJ invocations to module description.

* m4/setenv.m4 (gl_FUNC_SETENV): Move AC_LIBOBJ invocations from
here...
* modules/setenv (configure.ac): ... to here.

12 years agoselinux-h: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 20:38:03 +0000 (22:38 +0200)]
selinux-h: Move AC_LIBOBJ invocations to module description.

* m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Move
AC_LIBOBJ invocation from here...
* modules/selinux-h (configure.ac): ... to here.

12 years agoselect: Respect rules for use of AC_LIBOBJ.
Bruno Haible [Sat, 21 May 2011 20:33:02 +0000 (22:33 +0200)]
select: Respect rules for use of AC_LIBOBJ.

* m4/select.m4 (gl_FUNC_SELECT): Move AC_LIBOBJ invocations from
here...
* modules/select (configure.ac): ... to here.

12 years agoscandir: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 20:18:30 +0000 (22:18 +0200)]
scandir: Move AC_LIBOBJ invocations to module description.

* m4/scandir.m4 (gl_FUNC_SCANDIR): Move AC_LIBOBJ and gl_PREREQ_SCANDIR
invocations from here...
* modules/scandir (configure.ac): ... to here.

12 years agorpmatch: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 19:00:00 +0000 (21:00 +0200)]
rpmatch: Move AC_LIBOBJ invocations to module description.

* m4/rpmatch.m4 (gl_FUNC_RPMATCH): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_RPMATCH invocations from
here...
* modules/rpmatch (configure.ac): ... to here.

12 years agormdir: Respect rules for use of AC_LIBOBJ.
Bruno Haible [Sat, 21 May 2011 18:54:55 +0000 (20:54 +0200)]
rmdir: Respect rules for use of AC_LIBOBJ.

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

12 years agorenameat: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 18:53:14 +0000 (20:53 +0200)]
renameat: Move AC_LIBOBJ invocations to module description.

* m4/renameat.m4 (gl_FUNC_RENAMEAT): Move AC_LIBOBJ invocations from
here...
* modules/renameat (configure.ac): ... to here.

12 years agorename: Respect rules for use of AC_LIBOBJ.
Bruno Haible [Sat, 21 May 2011 18:49:45 +0000 (20:49 +0200)]
rename: Respect rules for use of AC_LIBOBJ.

* m4/rename.m4 (gl_FUNC_RENAME): Move AC_LIBOBJ invocations from
here...
* modules/rename (configure.ac): ... to here.

12 years agoremove: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 16:28:15 +0000 (18:28 +0200)]
remove: Move AC_LIBOBJ invocations to module description.

* m4/remove.m4 (gl_FUNC_REMOVE): Move AC_LIBOBJ invocations from
here...
* modules/remove (configure.ac): ... to here.

12 years agorelocatable-lib: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 16:23:54 +0000 (18:23 +0200)]
relocatable-lib: Move AC_LIBOBJ invocations to module description.

* m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_SEPARATE): Remove
macro.
(gl_RELOCATABLE_LIBRARY): Move AC_LIBOBJ invocation from here...
* modules/relocatable-lib (configure.ac): ... to here.
* modules/relocatable-prog-wrapper (configure.ac): Invoke
gl_RELOCATABLE_LIBRARY instead of gl_RELOCATABLE_LIBRARY_SEPARATE.

12 years agorelocatable-prog: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 16:17:10 +0000 (18:17 +0200)]
relocatable-prog: Move AC_LIBOBJ invocations to module description.

* m4/relocatable.m4 (gl_RELOCATABLE): Move AC_LIBOBJ invocation from
here...
* modules/relocatable-prog (configure.ac): ... to here.

12 years agoregex: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 16:13:27 +0000 (18:13 +0200)]
regex: Move AC_LIBOBJ invocations to module description.

* m4/regex.m4 (gl_REGEX): Move AC_LIBOBJ and gl_PREREQ_REGEX
invocations from here...
* modules/regex (configure.ac): ... to here.

12 years agorealloc-*: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 16:10:27 +0000 (18:10 +0200)]
realloc-*: Move AC_LIBOBJ invocations to module description.

* m4/realloc.m4 (gl_REPLACE_REALLOC): Remove macro.
(gl_FUNC_REALLOC_GNU, gl_FUNC_REALLOC_POSIX): Inline it here. Move
AC_LIBOBJ invocations from here...
* modules/realloc-gnu (configure.ac): ... to here.
* modules/realloc-posix (configure.ac): ... and here.

12 years agoreadutmp: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 16:07:28 +0000 (18:07 +0200)]
readutmp: Move AC_LIBOBJ invocations to module description.

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

12 years agoreadlinkat: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 16:01:35 +0000 (18:01 +0200)]
readlinkat: Move AC_LIBOBJ invocations to module description.

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

12 years agoreadlink: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 15:59:58 +0000 (17:59 +0200)]
readlink: Move AC_LIBOBJ invocations to module description.

* m4/readlink.m4 (gl_FUNC_READLINK): Move AC_LIBOBJ and
gl_PREREQ_READLINK invocations from here...
* modules/readlink (configure.ac): ... to here.

12 years agoreadline: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 15:56:39 +0000 (17:56 +0200)]
readline: Move AC_LIBOBJ invocations to module description.

* m4/readline.m4 (gl_FUNC_READLINE): Move AC_LIBOBJ and
gl_PREREQ_READLINE invocations from here...
* modules/readline (configure.ac): ... to here.

12 years agoread: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 16:03:38 +0000 (18:03 +0200)]
read: Move AC_LIBOBJ invocations to module description.

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

12 years agorawmemchr: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 15:53:55 +0000 (17:53 +0200)]
rawmemchr: Move AC_LIBOBJ invocations to module description.

* m4/rawmemchr.m4 (gl_FUNC_RAWMEMCHR): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_RAWMEMCHR invocations
from here...
* modules/rawmemchr (configure.ac): ... to here.

12 years agorandom_r: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 15:50:27 +0000 (17:50 +0200)]
random_r: Move AC_LIBOBJ invocations to module description.

* m4/random_r.m4 (gl_FUNC_RANDOM_R): Move AC_LIBOBJ and
gl_PREREQ_RANDOM_R invocations from here...
* modules/random_r (configure.ac): ... to here.

12 years agopwrite: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 15:31:29 +0000 (17:31 +0200)]
pwrite: Move AC_LIBOBJ invocations to module description.

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

12 years agoputenv: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 15:29:30 +0000 (17:29 +0200)]
putenv: Move AC_LIBOBJ invocations to module description.

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

12 years agologin_tty: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 15:26:05 +0000 (17:26 +0200)]
login_tty: Move AC_LIBOBJ invocations to module description.

* m4/pty.m4 (gl_FUNC_LOGIN_TTY): Move AC_LIBOBJ invocation from here...
* modules/login_tty (configure.ac): ... to here.

12 years agoopenpty: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 15:24:06 +0000 (17:24 +0200)]
openpty: Move AC_LIBOBJ invocations to module description.

* m4/pty.m4 (gl_FUNC_OPENPTY): Move AC_LIBOBJ invocations from here...
* modules/openpty (configure.ac): ... to here.

12 years agoforkpty: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 15:21:17 +0000 (17:21 +0200)]
forkpty: Move AC_LIBOBJ invocations to module description.

* m4/pty.m4 (gl_FUNC_FORKPTY): Move AC_LIBOBJ invocations from here...
* modules/forkpty (configure.ac): ... to here.

12 years agoptsname: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 15:18:22 +0000 (17:18 +0200)]
ptsname: Move AC_LIBOBJ invocations to module description.

* m4/ptsname.m4 (gl_FUNC_PTSNAME): Move AC_LIBOBJ and gl_PREREQ_PTSNAME
invocations from here...
* modules/ptsname (configure.ac): ... to here.

12 years agopread: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 15:12:12 +0000 (17:12 +0200)]
pread: Move AC_LIBOBJ invocations to module description.

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

12 years agoposix_spawn*: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 15:09:28 +0000 (17:09 +0200)]
posix_spawn*: Move AC_LIBOBJ invocations to module description.

* m4/posix_spawn.m4 (gl_PREREQ_POSIX_SPAWN_INTERNAL): Renamed from
gl_POSIX_SPAWN_INTERNAL. Move AC_LIBOBJ invocation from here...
* modules/posix_spawn (configure.ac): ... to here.
* modules/posix_spawnp (configure.ac): ... and here.

12 years agopopen: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 15:04:18 +0000 (17:04 +0200)]
popen: Move AC_LIBOBJ invocations to module description.

* m4/popen.m4 (gl_FUNC_POPEN): Move AC_LIBOBJ and gl_PREREQ_POPEN
invocations from here...
* modules/popen (configure.ac): ... to here.

12 years agopoll: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 14:58:50 +0000 (16:58 +0200)]
poll: Move AC_LIBOBJ invocations to module description.

* m4/poll.m4 (gl_FUNC_POLL): Move AC_LIBOBJ and gl_PREREQ_POLL
invocations from here...
* modules/poll (configure.ac): ... to here.

12 years agopipe-posix: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 14:54:22 +0000 (16:54 +0200)]
pipe-posix: Move AC_LIBOBJ invocations to module description.

* m4/pipe.m4 (gl_FUNC_PIPE): Move AC_LIBOBJ invocation from here...
* modules/pipe-posix (configure.ac): ... to here.

12 years agoopenat: Respect rules for use of AC_LIBOBJ.
Bruno Haible [Sat, 21 May 2011 14:48:06 +0000 (16:48 +0200)]
openat: Respect rules for use of AC_LIBOBJ.

* m4/openat.m4 (gl_FUNC_OPENAT): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ invocations from here...
* modules/openat (configure.ac): ... to here.

12 years agoobstack-printf*: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 14:33:49 +0000 (16:33 +0200)]
obstack-printf*: Move AC_LIBOBJ invocations to module description.

* m4/obstack-printf.m4 (gl_REPLACE_OBSTACK_PRINTF): Move AC_LIBOBJ
invocation from here...
* modules/obstack-printf (configure.ac): ... to here.
* modules/obstack-printf-posix (configure.ac): ... and here.

12 years agonl_langinfo: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 14:24:11 +0000 (16:24 +0200)]
nl_langinfo: Move AC_LIBOBJ invocations to module description.

* m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Move AC_LIBOBJ invocations
from here...
* modules/nl_langinfo (configure.ac): ... to here.

12 years agonanosleep: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 14:21:46 +0000 (16:21 +0200)]
nanosleep: Move AC_LIBOBJ invocations to module description.

* m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Move AC_LIBOBJ and
gl_PREREQ_NANOSLEEP invocations from here...
* modules/nanosleep (configure.ac): ... to here.

12 years agomountlist: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 14:17:22 +0000 (16:17 +0200)]
mountlist: Move AC_LIBOBJ invocations to module description.

* m4/mountlist.m4 (gl_MOUNTLIST): Move AC_LIBOBJ and
gl_PREREQ_MOUNTLIST_EXTRA invocations from here...
* modules/mountlist (configure.ac): ... to here.

12 years agomktime: Respect rules for use of AC_LIBOBJ.
Bruno Haible [Sat, 21 May 2011 14:14:17 +0000 (16:14 +0200)]
mktime: Respect rules for use of AC_LIBOBJ.

* m4/mktime.m4 (AC_FUNC_MKTIME): Remove macro.
(gl_FUNC_MKTIME): Inline it here. Set gl_cv_func_working_mktime. Move
AC_LIBOBJ and gl_PREREQ_MKTIME invocations from here...
(gl_FUNC_MKTIME_INTERNAL): ... and here...
* modules/mktime (configure.ac): ... to here.
* modules/mktime-internal (configure.ac): ... and here.
* m4/timegm.m4 (gl_FUNC_TIMEGM): Update.

12 years agomkstemps: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 14:02:11 +0000 (16:02 +0200)]
mkstemps: Move AC_LIBOBJ invocations to module description.

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

12 years agomkstemp: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 14:00:00 +0000 (16:00 +0200)]
mkstemp: Move AC_LIBOBJ invocations to module description.

* m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Move AC_LIBOBJ and
gl_PREREQ_MKSTEMP invocations from here...
* modules/mkstemp (configure.ac): ... to here.

12 years agomkostemps: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 13:57:36 +0000 (15:57 +0200)]
mkostemps: Move AC_LIBOBJ invocations to module description.

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

12 years agomkostemp: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 13:55:19 +0000 (15:55 +0200)]
mkostemp: Move AC_LIBOBJ invocations to module description.

* m4/mkostemp.m4 (gl_FUNC_MKOSTEMP): Move AC_LIBOBJ and
gl_PREREQ_MKOSTEMP invocations from here...
* modules/mkostemp (configure.ac): ... to here.

12 years agomknod: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 13:52:35 +0000 (15:52 +0200)]
mknod: Move AC_LIBOBJ invocations to module description.

* m4/mknod.m4 (gl_FUNC_MKNOD): Move AC_LIBOBJ invocations from here...
* modules/mknod (configure.ac): ... to here.

12 years agomkfifoat: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 13:50:21 +0000 (15:50 +0200)]
mkfifoat: Move AC_LIBOBJ invocations to module description.

* m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Move AC_LIBOBJ invocations from
here...
* modules/mkfifoat (configure.ac): ... to here.

12 years agomkfifo: Respect rules for use of AC_LIBOBJ.
Bruno Haible [Sat, 21 May 2011 13:47:36 +0000 (15:47 +0200)]
mkfifo: Respect rules for use of AC_LIBOBJ.

* m4/mkfifo.m4 (gl_FUNC_MKFIFO): Move AC_LIBOBJ invocations from
here...
* modules/mkfifo (configure.ac): ... to here.

12 years agomkdtemp: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 13:43:36 +0000 (15:43 +0200)]
mkdtemp: Move AC_LIBOBJ invocations to module description.

* m4/mkdtemp.m4 (gl_FUNC_MKDTEMP): Move AC_LIBOBJ and gl_PREREQ_MKDTEMP
invocations from here...
* modules/mkdtemp (configure.ac): ... to here.

12 years agomkdir: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 13:32:08 +0000 (15:32 +0200)]
mkdir: Move AC_LIBOBJ invocations to module description.

* m4/mkdir.m4 (gl_FUNC_MKDIR): Move AC_LIBOBJ invocations from here...
* modules/mkdir (configure.ac): ... to here.

12 years agomemset: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 13:28:17 +0000 (15:28 +0200)]
memset: Move AC_LIBOBJ invocations to module description.

* m4/memset.m4 (gl_FUNC_MEMSET): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMSET invocations from
here...
* modules/memset (configure.ac): ... to here.

12 years agomemrchr: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 13:25:34 +0000 (15:25 +0200)]
memrchr: Move AC_LIBOBJ invocations to module description.

* m4/memrchr.m4 (gl_FUNC_MEMRCHR): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMRCHR invocations from
here...
* modules/memrchr (configure.ac): ... to here.

12 years agomempcpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 13:23:42 +0000 (15:23 +0200)]
mempcpy: Move AC_LIBOBJ invocations to module description.

* m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMPCPY invocations from
here...
* modules/mempcpy (configure.ac): ... to here.

12 years agomemmove: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 13:21:38 +0000 (15:21 +0200)]
memmove: Move AC_LIBOBJ invocations to module description.

* m4/memmove.m4 (gl_FUNC_MEMMOVE): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMMOVE invocations from
here...
* modules/memmove (configure.ac): ... to here.

12 years agomemmem*: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 13:18:46 +0000 (15:18 +0200)]
memmem*: Move AC_LIBOBJ invocations to module description.

* m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Set HAVE_MEMMEM. Move AC_LIBOBJ invocations from
here...
(gl_FUNC_MEMMEM): ... and here...
* modules/memmem-simple (configure.ac): ... to here.
* modules/memmem (configure.ac): ... and here.

12 years agomemcpy: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 13:09:15 +0000 (15:09 +0200)]
memcpy: Move AC_LIBOBJ invocations to module description.

* m4/memcpy.m4 (gl_FUNC_MEMCPY): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMCPY invocations from
here...
* modules/memcpy (configure.ac): ... to here.

12 years agomemcmp: Simplify autoconf macro.
Bruno Haible [Sat, 21 May 2011 13:05:50 +0000 (15:05 +0200)]
memcmp: Simplify autoconf macro.

* m4/memcmp.m4 (gl_FUNC_MEMCMP): Merge the cross-compilation code into
the AC_RUN_IFELSE invocation. Set gl_func_memcmp.
* modules/memcmp (Depends-on, configure.ac): Test gl_func_memcmp.

12 years agomemcmp: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 12:56:27 +0000 (14:56 +0200)]
memcmp: Move AC_LIBOBJ invocations to module description.

* m4/memcmp.m4 (AC_FUNC_MEMCMP): Remove macro.
(gl_FUNC_MEMCMP): Inline it here. Set gl_cv_func_memcmp_working. Move
AC_LIBOBJ and gl_PREREQ_MEMCMP invocations from here...
* modules/memcmp (configure.ac): ... to here.
(Depends-on): Update conditions.

12 years agomemchr: Respect rules for use of AC_LIBOBJ.
Bruno Haible [Sat, 21 May 2011 12:46:30 +0000 (14:46 +0200)]
memchr: Respect rules for use of AC_LIBOBJ.

* m4/memchr.m4 (gl_FUNC_MEMCHR): Move AC_LIBOBJ and gl_PREREQ_MEMCHR
invocations from here...
* modules/memchr (configure.ac): ... to here.

12 years agombtowc: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 12:27:19 +0000 (14:27 +0200)]
mbtowc: Move AC_LIBOBJ invocations to module description.

* m4/mbtowc.m4 (gl_FUNC_MBTOWC): Move AC_LIBOBJ and gl_PREREQ_MBTOWC
invocations from here...
* modules/mbtowc (configure.ac): ... to here.

12 years agombsrtowcs: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 12:24:51 +0000 (14:24 +0200)]
mbsrtowcs: Move AC_LIBOBJ invocations to module description.

* m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Move AC_LIBOBJ and
gl_PREREQ_MBSRTOWCS invocations from here...
* modules/mbsrtowcs (configure.ac): ... to here.

12 years agombsnrtowcs: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 12:23:29 +0000 (14:23 +0200)]
mbsnrtowcs: Move AC_LIBOBJ invocations to module description.

* m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): Move AC_LIBOBJ and
gl_PREREQ_MBSNRTOWCS invocations from here...
* modules/mbsnrtowcs (configure.ac): ... to here.

12 years agombsinit: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 12:21:12 +0000 (14:21 +0200)]
mbsinit: Move AC_LIBOBJ invocations to module description.

* m4/mbsinit.m4 (gl_FUNC_MBSINIT): Move AC_LIBOBJ and gl_PREREQ_MBSINIT
invocations from here...
* modules/mbsinit (configure.ac): ... to here.

12 years agombrlen: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 12:17:23 +0000 (14:17 +0200)]
mbrlen: Move AC_LIBOBJ invocations to module description.

* m4/mbrlen.m4 (gl_FUNC_MBRLEN): Move AC_LIBOBJ and gl_PREREQ_MBRLEN
invocations from here...
* modules/mbrlen (configure.ac): ... to here.

12 years agombrtowc: Respect rules for use of AC_LIBOBJ.
Bruno Haible [Sat, 21 May 2011 12:15:13 +0000 (14:15 +0200)]
mbrtowc: Respect rules for use of AC_LIBOBJ.

* m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Move AC_LIBOBJ and gl_PREREQ_MBRTOWC
invocations from here...
* modules/mbrtowc (configure.ac): ... to here.

12 years agomalloc-*: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 12:10:51 +0000 (14:10 +0200)]
malloc-*: Move AC_LIBOBJ invocations to module description.

* m4/malloc.m4 (gl_REPLACE_MALLOC): Remove macro.
(gl_FUNC_MALLOC_GNU, gl_FUNC_MALLOC_POSIX): Inline it here. Move
AC_LIBOBJ invocations from here...
* modules/malloc-gnu (configure.ac): ... to here.
* modules/malloc-posix (configure.ac): ... and here.

12 years agolstat, openat: Respect rules for use of AC_LIBOBJ.
Bruno Haible [Sat, 21 May 2011 12:02:06 +0000 (14:02 +0200)]
lstat, openat: Respect rules for use of AC_LIBOBJ.

* m4/lstat.m4 (gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Renamed from
AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. Set variable
gl_cv_func_lstat_dereferences_slashed_symlink. Don't invoke AC_LIBOBJ.
(gl_PREREQ_LSTAT): New macro, extracted from gl_FUNC_LSTAT.
(gl_FUNC_LSTAT): Update. Remove gl_PREREQ_LSTAT code.
* modules/lstat (configure.ac): Invoke AC_LIBOBJ and gl_PREREQ_LSTAT
here.
* m4/openat.m4 (gl_FUNC_OPENAT): Update.

12 years agolseek: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 11:48:24 +0000 (13:48 +0200)]
lseek: Move AC_LIBOBJ invocations to module description.

* m4/lseek.m4 (gl_REPLACE_LSEEK): Remove macro.
(gl_FUNC_LSEEK): Inline it here. Move AC_LIBOBJ invocation from here...
* modules/lseek (configure.ac): ... to here.

12 years agolinkat: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 11:44:22 +0000 (13:44 +0200)]
linkat: Move AC_LIBOBJ invocations to module description.

* m4/linkat.m4 (gl_FUNC_LINKAT): Move AC_LIBOBJ invocations from
here...
* modules/linkat (configure.ac): ... to here.

12 years agolink: Respect rules for use of AC_LIBOBJ.
Bruno Haible [Sat, 21 May 2011 11:42:11 +0000 (13:42 +0200)]
link: Respect rules for use of AC_LIBOBJ.

* m4/link.m4 (gl_FUNC_LINK): Move AC_LIBOBJ invocations from here...
* modules/link (configure.ac): ... to here.

12 years agolchown: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 10:59:37 +0000 (12:59 +0200)]
lchown: Move AC_LIBOBJ invocations to module description.

* m4/lchown.m4 (gl_FUNC_EUIDACCESS): Call AC_CHECK_FUNCS instead of
AC_REPLACE_FUNCS. Move AC_LIBOBJ invocations from here...
* modules/lchown (configure.ac): ... to here.

12 years agoiswctype: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 10:05:16 +0000 (12:05 +0200)]
iswctype: Move AC_LIBOBJ invocations to module description.

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

12 years agoiswblank: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 10:03:00 +0000 (12:03 +0200)]
iswblank: Move AC_LIBOBJ invocations to module description.

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

12 years agoatanl: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 09:56:26 +0000 (11:56 +0200)]
atanl: Move AC_LIBOBJ invocations to module description.

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

12 years agoacosl: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 09:54:10 +0000 (11:54 +0200)]
acosl: Move AC_LIBOBJ invocations to module description.

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

12 years agoasinl: Respect rules for use of AC_LIBOBJ.
Bruno Haible [Sat, 21 May 2011 09:52:29 +0000 (11:52 +0200)]
asinl: Respect rules for use of AC_LIBOBJ.

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

12 years agotanl: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 09:47:40 +0000 (11:47 +0200)]
tanl: Move AC_LIBOBJ invocations to module description.

* m4/tanl.m4 (gl_FUNC_TANL): Move AC_LIBOBJ invocations from here...
* modules/tanl (configure.ac): ... to here.

12 years agocosl: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 09:45:16 +0000 (11:45 +0200)]
cosl: Move AC_LIBOBJ invocations to module description.

* m4/cosl.m4 (gl_FUNC_COSL): Move AC_LIBOBJ invocations from here...
* modules/cosl (configure.ac): ... to here.

12 years agosinl: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 09:42:59 +0000 (11:42 +0200)]
sinl: Move AC_LIBOBJ invocations to module description.

* m4/sinl.m4 (gl_FUNC_SINL): Move AC_LIBOBJ invocations from here...
* modules/sinl (configure.ac): ... to here.

12 years agologl: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 09:40:14 +0000 (11:40 +0200)]
logl: Move AC_LIBOBJ invocations to module description.

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

12 years agoexpl: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 09:36:27 +0000 (11:36 +0200)]
expl: Move AC_LIBOBJ invocations to module description.

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

12 years agoroundl: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 09:27:30 +0000 (11:27 +0200)]
roundl: Move AC_LIBOBJ invocations to module description.

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

12 years agoround: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 09:25:14 +0000 (11:25 +0200)]
round: Move AC_LIBOBJ invocations to module description.

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

12 years agoroundf: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 09:23:03 +0000 (11:23 +0200)]
roundf: Move AC_LIBOBJ invocations to module description.

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

12 years agotruncl: Move AC_LIBOBJ invocations to module description.
Bruno Haible [Sat, 21 May 2011 09:32:55 +0000 (11:32 +0200)]
truncl: Move AC_LIBOBJ invocations to module description.

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