gnulib.git
24 years agouse double parens on AC_CHECK_MEMBERS SH-UTILS-2_0e
Jim Meyering [Sun, 30 Jan 2000 21:19:00 +0000 (21:19 +0000)]
use double parens on AC_CHECK_MEMBERS

24 years ago*** empty log message ***
Jim Meyering [Sun, 30 Jan 2000 16:48:25 +0000 (16:48 +0000)]
*** empty log message ***

24 years agoClean up some kludgy old shadow password tests.
Jim Meyering [Sun, 30 Jan 2000 16:48:19 +0000 (16:48 +0000)]
Clean up some kludgy old shadow password tests.

24 years ago(utmp_includes): Define.
Jim Meyering [Sun, 30 Jan 2000 16:47:31 +0000 (16:47 +0000)]
(utmp_includes): Define.
Check for ut_user and ut_name members in both struct utmpx
and struct utmp.

24 years agoredo it on per-header basis
Jim Meyering [Sun, 30 Jan 2000 16:45:17 +0000 (16:45 +0000)]
redo it on per-header basis

24 years ago*** empty log message ***
Jim Meyering [Sun, 30 Jan 2000 16:41:30 +0000 (16:41 +0000)]
*** empty log message ***

24 years ago(extract_trimmed_name): Use UT_USER instead of hard-coding
Jim Meyering [Sun, 30 Jan 2000 16:41:25 +0000 (16:41 +0000)]
(extract_trimmed_name): Use UT_USER instead of hard-coding
uses of ->ut_name.  The latter doesn't work with new Linux header files
where only utmpx.ut_user is declared.

24 years ago(UT_USER): Define. Accessor macro for the member named ut_user or ut_name.
Jim Meyering [Sun, 30 Jan 2000 16:39:08 +0000 (16:39 +0000)]
(UT_USER): Define.  Accessor macro for the member named ut_user or ut_name.

24 years agowhoops: s/jm_MACROS/jm_LIB_CHECK/
Jim Meyering [Sat, 29 Jan 2000 17:05:03 +0000 (17:05 +0000)]
whoops: s/jm_MACROS/jm_LIB_CHECK/

24 years ago*** empty log message ***
Jim Meyering [Sat, 29 Jan 2000 17:00:03 +0000 (17:00 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Sat, 29 Jan 2000 16:59:09 +0000 (16:59 +0000)]
.

24 years agoNew file containing library-related checks from
Jim Meyering [Sat, 29 Jan 2000 14:11:35 +0000 (14:11 +0000)]
New file containing library-related checks from
fileutils and sh-utils (textutils had none).

24 years ago*** empty log message ***
Jim Meyering [Fri, 28 Jan 2000 22:04:47 +0000 (22:04 +0000)]
*** empty log message ***

24 years agoChange format of warning message to look more like that
Jim Meyering [Fri, 28 Jan 2000 22:04:41 +0000 (22:04 +0000)]
Change format of warning message to look more like that
from the missing script.  Suggestion from François Pinard.

24 years agoLost version containing non-greedy changes from Emacs.
Gerd Moellmann [Thu, 27 Jan 2000 11:40:40 +0000 (11:40 +0000)]
Lost version containing non-greedy changes from Emacs.

24 years ago*** empty log message ***
Jim Meyering [Tue, 25 Jan 2000 07:26:20 +0000 (07:26 +0000)]
*** empty log message ***

24 years agoRequire AC_HEADER_TIME, and include sys/time.h as well
Jim Meyering [Tue, 25 Jan 2000 07:26:14 +0000 (07:26 +0000)]
Require AC_HEADER_TIME, and include sys/time.h as well
as time.h in the compile check.

24 years agobump serial
Jim Meyering [Tue, 25 Jan 2000 07:25:49 +0000 (07:25 +0000)]
bump serial

24 years agoFix typo in cross-compiling case: s/yes/no/.
Jim Meyering [Tue, 25 Jan 2000 07:25:38 +0000 (07:25 +0000)]
Fix typo in cross-compiling case: s/yes/no/.

24 years agoRequire AC_HEADER_TIME rather than simply using it.
Jim Meyering [Tue, 25 Jan 2000 07:21:57 +0000 (07:21 +0000)]
Require AC_HEADER_TIME rather than simply using it.

24 years ago.
Jim Meyering [Tue, 25 Jan 2000 07:20:58 +0000 (07:20 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sun, 23 Jan 2000 16:25:44 +0000 (16:25 +0000)]
*** empty log message ***

24 years agoMove df-related tests here from fileutils/configure.in
Jim Meyering [Sun, 23 Jan 2000 16:23:50 +0000 (16:23 +0000)]
Move df-related tests here from fileutils/configure.in

24 years ago.
Jim Meyering [Sun, 23 Jan 2000 16:20:48 +0000 (16:20 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sun, 23 Jan 2000 16:20:34 +0000 (16:20 +0000)]
*** empty log message ***

24 years agos/list_mounted_fs/ac_list_mounted_fs/
Jim Meyering [Sun, 23 Jan 2000 16:20:21 +0000 (16:20 +0000)]
s/list_mounted_fs/ac_list_mounted_fs/
(jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.

24 years ago(jm_FILE_SYSTEM_USAGE): Take two parameters.
Jim Meyering [Sun, 23 Jan 2000 14:49:09 +0000 (14:49 +0000)]
(jm_FILE_SYSTEM_USAGE): Take two parameters.

24 years agos/space/ac_fsusage_space/.
Jim Meyering [Sun, 23 Jan 2000 14:12:45 +0000 (14:12 +0000)]
s/space/ac_fsusage_space/.

24 years agoExtracted from fileutils/configure.in.
Jim Meyering [Sun, 23 Jan 2000 14:08:35 +0000 (14:08 +0000)]
Extracted from fileutils/configure.in.

24 years ago.
Jim Meyering [Sun, 23 Jan 2000 14:01:32 +0000 (14:01 +0000)]
.

24 years ago(jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
Jim Meyering [Sun, 23 Jan 2000 10:55:10 +0000 (10:55 +0000)]
(jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.

24 years ago(jm_FUNC_FTRUNCATE): AC_REQUIRE it.
Jim Meyering [Sun, 23 Jan 2000 10:34:42 +0000 (10:34 +0000)]
(jm_FUNC_FTRUNCATE): AC_REQUIRE it.

24 years ago*** empty log message ***
Jim Meyering [Sun, 23 Jan 2000 10:34:04 +0000 (10:34 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sun, 23 Jan 2000 10:23:26 +0000 (10:23 +0000)]
*** empty log message ***

24 years ago(AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
Jim Meyering [Sun, 23 Jan 2000 10:23:23 +0000 (10:23 +0000)]
(AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.

24 years ago*** empty log message ***
Jim Meyering [Sun, 23 Jan 2000 10:19:30 +0000 (10:19 +0000)]
*** empty log message ***

24 years ago(AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
Jim Meyering [Sun, 23 Jan 2000 10:19:26 +0000 (10:19 +0000)]
(AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
(AC_SUBST(POW_LIBM)): Likewise.

24 years ago(AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
Jim Meyering [Sun, 23 Jan 2000 10:13:25 +0000 (10:13 +0000)]
(AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.

24 years ago(libfetish_a_SOURCES): Remove explicit mention of obstack.c.
Jim Meyering [Sun, 23 Jan 2000 09:53:48 +0000 (09:53 +0000)]
(libfetish_a_SOURCES): Remove explicit mention of obstack.c.

24 years ago(AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
Jim Meyering [Sun, 23 Jan 2000 09:52:35 +0000 (09:52 +0000)]
(AM_FUNC_OBSTACK): Add (from fileutils/configure.in).

24 years ago*** empty log message ***
Jim Meyering [Sun, 23 Jan 2000 09:52:02 +0000 (09:52 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sun, 23 Jan 2000 09:31:09 +0000 (09:31 +0000)]
*** empty log message ***

24 years ago(OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
Jim Meyering [Sun, 23 Jan 2000 09:31:06 +0000 (09:31 +0000)]
(OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
AC_SUBST these here, rather than just in sh-util/configure.in, so
that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
all the same.

24 years agoversion-control: never
Jim Meyering [Sun, 23 Jan 2000 09:19:33 +0000 (09:19 +0000)]
version-control: never

24 years ago.
Jim Meyering [Sun, 23 Jan 2000 09:08:39 +0000 (09:08 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 22:43:37 +0000 (22:43 +0000)]
*** empty log message ***

24 years ago[! HAVE_DECL_STRTOUL]: Declare strtoul.
Jim Meyering [Sat, 22 Jan 2000 22:43:31 +0000 (22:43 +0000)]
[! HAVE_DECL_STRTOUL]: Declare strtoul.
[! HAVE_DECL_STRTOULL]: Declare strtoull.
Required for some AIX systems.  Reported by Christian Krackowizer.
[TESTING] (main): New function.

24 years agoCall AC_PROG_CC_STDC just before AC_C_CONST.
Jim Meyering [Sat, 22 Jan 2000 22:25:25 +0000 (22:25 +0000)]
Call AC_PROG_CC_STDC just before AC_C_CONST.

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 22:21:32 +0000 (22:21 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 22:20:08 +0000 (22:20 +0000)]
*** empty log message ***

24 years ago[HAVE_WCTYPE_H]: Include <wctype.h>.
Jim Meyering [Sat, 22 Jan 2000 22:19:48 +0000 (22:19 +0000)]
[HAVE_WCTYPE_H]: Include <wctype.h>.

24 years ago(jm_PREREQ_QUOTEARG): Add wctype.h.
Jim Meyering [Sat, 22 Jan 2000 22:19:12 +0000 (22:19 +0000)]
(jm_PREREQ_QUOTEARG): Add wctype.h.

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 22:08:50 +0000 (22:08 +0000)]
*** empty log message ***

24 years agoMerge the three lists of headers.
Jim Meyering [Sat, 22 Jan 2000 22:08:08 +0000 (22:08 +0000)]
Merge the three lists of headers.

24 years ago(AC_CHECK_HEADERS): Add checks from textutils' configure.in
Jim Meyering [Sat, 22 Jan 2000 22:04:33 +0000 (22:04 +0000)]
(AC_CHECK_HEADERS): Add checks from textutils' configure.in

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 22:03:12 +0000 (22:03 +0000)]
*** empty log message ***

24 years ago(AC_CHECK_HEADERS): Add checks from sh-utils' configure.in
Jim Meyering [Sat, 22 Jan 2000 22:03:01 +0000 (22:03 +0000)]
(AC_CHECK_HEADERS): Add checks from sh-utils' configure.in

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 22:00:31 +0000 (22:00 +0000)]
*** empty log message ***

24 years ago(AC_CHECK_HEADERS): Add checks from fileutils' configure.in
Jim Meyering [Sat, 22 Jan 2000 22:00:17 +0000 (22:00 +0000)]
(AC_CHECK_HEADERS): Add checks from fileutils' configure.in

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 21:52:02 +0000 (21:52 +0000)]
*** empty log message ***

24 years ago(jm_PREREQ_ADDEXT): New macro. Parts moved here from fileutils' configure.in.
Jim Meyering [Sat, 22 Jan 2000 21:51:57 +0000 (21:51 +0000)]
(jm_PREREQ_ADDEXT): New macro.  Parts moved here from fileutils' configure.in.

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 21:29:10 +0000 (21:29 +0000)]
*** empty log message ***

24 years ago(dir_name): Support for DOS-style file names with drive letters.
Jim Meyering [Sat, 22 Jan 2000 21:29:02 +0000 (21:29 +0000)]
(dir_name): Support for DOS-style file names with drive letters.

24 years agotack on the one from fileutils/lib
Jim Meyering [Sat, 22 Jan 2000 18:03:21 +0000 (18:03 +0000)]
tack on the one from fileutils/lib

24 years ago.
Jim Meyering [Sat, 22 Jan 2000 14:27:13 +0000 (14:27 +0000)]
.

24 years agoRemove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
Jim Meyering [Sat, 22 Jan 2000 14:24:50 +0000 (14:24 +0000)]
Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code.
Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4.

24 years ago(_jm_DECL_HEADERS): Define new function.
Jim Meyering [Sat, 22 Jan 2000 14:22:42 +0000 (14:22 +0000)]
(_jm_DECL_HEADERS): Define new function.
(jm_CHECK_DECLARATIONS): Require it.

24 years agoRevert to using #if HAVE_STDLIB_H
Jim Meyering [Sat, 22 Jan 2000 14:07:23 +0000 (14:07 +0000)]
Revert to using #if HAVE_STDLIB_H
to guard inclusion of <stdlib.h>.

24 years agoGuard inclusion of <stdlib.h> with `#if STDC_HEADERS',
Jim Meyering [Sat, 22 Jan 2000 13:53:10 +0000 (13:53 +0000)]
Guard inclusion of <stdlib.h> with `#if STDC_HEADERS',
not `#if HAVE_STDLIB_H'.  The former wasn't defined.
Use #if rather than #ifdef.

Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
(jm_CHECK_DECLARATIONS): Add strtoul strtoull.

24 years ago.
Jim Meyering [Sat, 22 Jan 2000 09:44:23 +0000 (09:44 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sat, 22 Jan 2000 09:43:37 +0000 (09:43 +0000)]
*** empty log message ***

24 years ago(ISDIGIT): Define.
Jim Meyering [Sat, 22 Jan 2000 09:43:23 +0000 (09:43 +0000)]
(ISDIGIT): Define.
(strverscmp): Use ISDIGIT, not isdigit.

24 years ago*** empty log message ***
Jim Meyering [Wed, 19 Jan 2000 20:41:06 +0000 (20:41 +0000)]
*** empty log message ***

24 years ago(jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
Jim Meyering [Wed, 19 Jan 2000 20:40:51 +0000 (20:40 +0000)]
(jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
defines `struct timespec' in <sys/time.h>

24 years ago*** empty log message ***
Jim Meyering [Wed, 19 Jan 2000 14:01:03 +0000 (14:01 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Jim Meyering [Wed, 19 Jan 2000 13:57:51 +0000 (13:57 +0000)]
*** empty log message ***

24 years agoRemove uses of changequote altogether.
Jim Meyering [Wed, 19 Jan 2000 13:57:42 +0000 (13:57 +0000)]
Remove uses of changequote altogether.

24 years ago.
Jim Meyering [Wed, 19 Jan 2000 08:17:47 +0000 (08:17 +0000)]
.

24 years ago.
Jim Meyering [Wed, 19 Jan 2000 08:17:16 +0000 (08:17 +0000)]
.

24 years ago.
Jim Meyering [Wed, 19 Jan 2000 07:56:52 +0000 (07:56 +0000)]
.

24 years ago(re_compile_fastmap): While checking a range table for
Richard Stallman [Tue, 18 Jan 2000 20:11:41 +0000 (20:11 +0000)]
(re_compile_fastmap): While checking a range table for
`charset', skip flag bits for a character class correctly.

24 years ago*** empty log message ***
Jim Meyering [Tue, 18 Jan 2000 07:26:07 +0000 (07:26 +0000)]
*** empty log message ***

24 years ago(nanosleep):
Jim Meyering [Tue, 18 Jan 2000 07:25:53 +0000 (07:25 +0000)]
(nanosleep):
Don't use SA_INTERRUPT to decide whether to call sigaction, as
POSIX.1 doesn't require SA_INTERRUPT and some systems
(e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
it's been part of POSIX.1 since day 1 (in 1988).

24 years ago*** empty log message ***
Jim Meyering [Mon, 17 Jan 2000 22:37:32 +0000 (22:37 +0000)]
*** empty log message ***

24 years ago.
Jim Meyering [Mon, 17 Jan 2000 22:36:01 +0000 (22:36 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Mon, 17 Jan 2000 10:00:37 +0000 (10:00 +0000)]
*** empty log message ***

24 years agofix typo
Jim Meyering [Mon, 17 Jan 2000 10:00:30 +0000 (10:00 +0000)]
fix typo

24 years agoRevert this change (they're not the same):
Jim Meyering [Mon, 17 Jan 2000 10:00:19 +0000 (10:00 +0000)]
Revert this change (they're not the same):
  Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES.

24 years ago(quotearg_buffer_restyled): Do not quote
Jim Meyering [Mon, 17 Jan 2000 08:01:40 +0000 (08:01 +0000)]
(quotearg_buffer_restyled): Do not quote
alert, backslash, formfeed, and vertical tab unnecessarily in
shell quoting style.

24 years ago*** empty log message ***
Jim Meyering [Mon, 17 Jan 2000 08:01:30 +0000 (08:01 +0000)]
*** empty log message ***

24 years agoSync with sh-utils/lib/Makefile.am.
Jim Meyering [Sun, 16 Jan 2000 22:15:32 +0000 (22:15 +0000)]
Sync with sh-utils/lib/Makefile.am.

24 years agoalphabetize a little
Jim Meyering [Sun, 16 Jan 2000 20:15:58 +0000 (20:15 +0000)]
alphabetize a little

24 years agoRemove these for now (they're with related code in sh-utils' configure.in)
Jim Meyering [Sun, 16 Jan 2000 16:48:57 +0000 (16:48 +0000)]
Remove these for now (they're with related code in sh-utils' configure.in)
  AM_SYS_POSIX_TERMIOS
  jm_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL

24 years agoRequire AM_FUNC_GETLOADAVG, jm_SYS_PROC_UPTIME, AM_SYS_POSIX_TERMIOS, and
Jim Meyering [Sun, 16 Jan 2000 16:42:24 +0000 (16:42 +0000)]
Require AM_FUNC_GETLOADAVG, jm_SYS_PROC_UPTIME, AM_SYS_POSIX_TERMIOS, and
jm_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL.

24 years agoRequire jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
Jim Meyering [Sun, 16 Jan 2000 16:39:20 +0000 (16:39 +0000)]
Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, and AC_FUNC_ALLOCA.

24 years ago.
Jim Meyering [Sun, 16 Jan 2000 13:08:07 +0000 (13:08 +0000)]
.

24 years ago*** empty log message ***
Jim Meyering [Sun, 16 Jan 2000 12:59:09 +0000 (12:59 +0000)]
*** empty log message ***

24 years agoUse `changequote(<<,>>)', rather than `changequote(, )'
Jim Meyering [Sun, 16 Jan 2000 12:59:00 +0000 (12:59 +0000)]
Use `changequote(<<,>>)', rather than `changequote(, )'
because the latter didn't work.

24 years ago.
Jim Meyering [Sun, 16 Jan 2000 12:40:26 +0000 (12:40 +0000)]
.

24 years agoUse new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES.
Jim Meyering [Sun, 16 Jan 2000 12:39:31 +0000 (12:39 +0000)]
Use new AC_C_PROTOTYPES instead of AM_C_PROTOTYPES.