Mercurial > hg > octave-kai > gnulib-hg
annotate m4/ChangeLog @ 4612:3e3decc75fcd
Avoid havoc with AIX 3.2.5 xlc.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 28 Aug 2003 19:38:48 +0000 |
parents | f67b648851c7 |
children | 40e97ca1f46c |
rev | line source |
---|---|
4612
3e3decc75fcd
Avoid havoc with AIX 3.2.5 xlc.
Bruno Haible <bruno@clisp.org>
parents:
4610
diff
changeset
|
1 2003-08-26 Bruno Haible <bruno@clisp.org> |
3e3decc75fcd
Avoid havoc with AIX 3.2.5 xlc.
Bruno Haible <bruno@clisp.org>
parents:
4610
diff
changeset
|
2 |
3e3decc75fcd
Avoid havoc with AIX 3.2.5 xlc.
Bruno Haible <bruno@clisp.org>
parents:
4610
diff
changeset
|
3 * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here. |
3e3decc75fcd
Avoid havoc with AIX 3.2.5 xlc.
Bruno Haible <bruno@clisp.org>
parents:
4610
diff
changeset
|
4 This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch' |
3e3decc75fcd
Avoid havoc with AIX 3.2.5 xlc.
Bruno Haible <bruno@clisp.org>
parents:
4610
diff
changeset
|
5 followed by '#define fnmatch fnmatch_posix' gives an error. |
3e3decc75fcd
Avoid havoc with AIX 3.2.5 xlc.
Bruno Haible <bruno@clisp.org>
parents:
4610
diff
changeset
|
6 |
4610 | 7 2003-08-27 Jim Meyering <jim@meyering.net> |
8 | |
9 * mkstemp.m4: Require that the system mkstemp be able to create | |
10 70 temporary files, not just 30. Tru64 V4.0F's mkstemp function | |
11 would fail after 32. Reported by Danny Levinson. Details here: | |
12 http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html | |
13 | |
4602 | 14 2003-08-20 Karl Berry <karl@gnu.org> |
15 | |
16 * lib-ld.m4: serial 1003 from gettext, no changes besides serial. | |
17 | |
4600 | 18 2003-08-19 Jim Meyering <jim@meyering.net> |
19 | |
20 * lib-ld.m4: Revert yesterday's change, per Bruno's request here: | |
21 http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html | |
22 | |
4598 | 23 2003-08-19 Bruno Haible <bruno@clisp.org> |
24 | |
25 * xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any more. | |
26 | |
4600 | 27 2003-08-18 Jim Meyering <jim@meyering.net> |
28 | |
29 * getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB). | |
30 * lib-ld.m4: Likewise. | |
31 | |
4594 | 32 2003-08-17 Simon Josefsson <jas@extundo.com> |
33 | |
34 * argp.m4: New file. | |
35 | |
4587
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4581
diff
changeset
|
36 2003-08-17 Simon Josefsson <jas@extundo.com> |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4581
diff
changeset
|
37 |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4581
diff
changeset
|
38 * xstrndup.m4: New file. |
db90c263cc55
Add an include file to module 'strndup'.
Bruno Haible <bruno@clisp.org>
parents:
4581
diff
changeset
|
39 |
4581
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
40 2003-08-16 Jim Meyering <jim@meyering.net> |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
41 |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
42 * utimes.m4 (gl_FUNC_UTIMES): New file. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
43 * utimes.m4: Removed. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
44 * utimes-null.m4: Renamed from utimes.m4. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
45 |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
46 * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
47 to 1MB, so as not to render systems with no stack size limit (e.g., |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
48 linux-2.2.x) unusable. Suggestion and code from Bruno Haible. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
49 Include <unistd.h>. On some systems, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
50 it is required for the definition of _SC_PAGESIZE. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
51 |
4574
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
52 2003-08-16 Paul Eggert <eggert@twinsun.com> |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
53 |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
54 Merges from coreutils, etc. |
4581
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
55 * rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
56 error in gl_FUNC_MATCH. This fixes a bug I introduced on 2003-05-28. |
4574
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
57 * readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE, |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
58 fixing a typo. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
59 * host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
60 * hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
61 |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
62 2003-08-16 Jim Meyering <jim@meyering.net> |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
63 and Paul Eggert <eggert@cs.ucla.edu> |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
64 |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
65 Merges from coreutils, etc. |
4581
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
66 |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
67 * jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
68 using the latest version from cvs. This avoids problems with #line |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
69 directives using a vendor (Sun) compiler. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
70 (jm_MACROS): Bump prerequisite from 2.52g to 2.57. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
71 Don't set GETGROUPS_LIB here; now it's |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
72 done via getgroups.m4's wrapper function. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
73 AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
74 rather than just in sh-util/configure.in, so that the |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
75 now-shared-by-fileutils-and-textutils lib/Makefile.am are all the |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
76 same. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
77 Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
78 AC_FUNC_GETLOADAVG where to find getloadavg.c. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
79 Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
80 UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
81 gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
82 Remove code that is now done by the newly-required macros. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
83 Append $(EXEEXT) to DF_PROG. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
84 AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
85 Do not invoke or require the following here, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
86 since prereq.m4 or some gnulib .m4 now does this for us: |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
87 gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
88 jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
89 jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
90 jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
91 jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
92 AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
93 vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
94 AC_FUNC_OBSTACK. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
95 Do not replace the following functions, as this is now the job |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
96 of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
97 getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
98 strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
99 atexit getpass, strdup, getpagesize. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
100 Replace 'raise'. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
101 Do not check for the following functions, as this is now the job |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
102 of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
103 getcwd, getmntinfo, resolvepath. But check for sysctl, setreuid, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
104 setregid. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
105 (jm_CHECK_ALL_HEADERS): Do not check for fenv.h. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
106 Check for sys/sysctl.h. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
107 (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE, |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
108 jm_CHECK_TYPE_STRUCT_TIMESPEC. Invoke gt_TYPE_SSIZE_T instead |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
109 of checking for ssize_t ourselves. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
110 |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
111 * prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
112 Require every macro that gnulib/modules/* suggests for us. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
113 (jm_PREREQ_ADDEXT): New macro. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
114 (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
115 Require jm_AC_TYPE_LONG_LONG instead of invoking it. |
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
116 |
4574
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
117 * physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro. |
4581
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
118 (gl_PHYSMEM): Use it. |
4574
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
119 Also check for `table' function. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
120 Check for new headers and functions. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
121 Add check for sys/sysmp.h. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
122 With suggestions from Kaveh Ghazi. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
123 Ignore headers that are present but cannot be compiled. This |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
124 avoids spurious warnings on Solaris 9 sparc with Forte Developer 7 |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
125 C 5.4. |
4581
c7968d8641ac
Document merges from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4574
diff
changeset
|
126 |
4574
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
127 2003-08-16 Jim Meyering <jim@meyering.net> |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
128 |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
129 Merges from coreutils. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
130 * readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_) |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
131 prefix. Adjust cache variables similarly. Create 500 rather than |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
132 just 300 files, to exercise bug on Darwin6.5, too. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
133 * perl.m4 (jm_PERL): Use $am_missing_run, not undefined $missing_dir. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
134 * jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not AM_SYS_POSIX_TERMIOS. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
135 Reported by mkc@mathdogs.com. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
136 Also change use of $am_cv_sys_posix_termios |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
137 to $ac_cv_sys_posix_termios. Reported by Andreas Schwab. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
138 * getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
139 and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
140 * fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point in |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
141 /proc/mounts until it finds one with matching device number. This is |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
142 unnecessary when the FILE argument *is* a mount point. No stat call |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
143 is necessary in that case. So, disable the statvfs-testing code on |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
144 systems with GNU libc. Reported by Andrei Gaponenko via Tim Waugh |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
145 as RedHat bug# 84846. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
146 * c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
147 to 1MB, so as not to render systems with no stack size limit (e.g., |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
148 linux-2.2.x) unusable. Suggestion and code from Bruno Haible. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
149 Include <unistd.h>. On some systems, |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
150 it is required for the definition of _SC_PAGESIZE. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
151 |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
152 2003-08-15 Jim Meyering <jim@meyering.net> |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
153 and Paul Eggert <eggert@cs.ucla.edu> |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
154 |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
155 Merges from coreutils, etc. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
156 * strftime.m4 (_jm_STRFTIME_PREREQS): |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
157 Require gl_FUNC_TZSET_CLOBBER. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
158 * readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit, ut_exit.e_exit, |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
159 ut_exit.ut_termination, and ut_exit.e_termination members. |
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
160 |
4549 | 161 2003-08-14 Paul Eggert <eggert@twinsun.com> |
162 | |
4574
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
163 Help the merge from coreutils. |
4549 | 164 * gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro. |
165 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it. | |
166 * tzset.m4: Use it too. | |
167 | |
168 2003-08-14 Jim Meyering <jim@meyering.net> | |
169 | |
4574
e374460ac6ae
Merge from coreutils, etc.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4549
diff
changeset
|
170 Merge from coreutils. |
4549 | 171 * tzset.m4: New file. |
172 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the MOUNTED_VMOUNT | |
173 test to precede the MOUNTED_GETMNTENT1 tests, since otherwise, AIX 5.1 | |
174 systems would end up using the latter. MOUNTED_GETMNTENT1 support | |
175 is inadequate on such systems: 1) detecting whether a file system | |
176 is remote doesn't work 2) the MOUNTED_VMOUNT code reports the | |
177 HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1 code reports | |
178 merely /MOUNT_POINT. Reported by Mike Jetzer. | |
179 | |
4536
3358eb550c86
Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
180 2003-08-13 Paul Eggert <eggert@twinsun.com> |
3358eb550c86
Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
181 |
4537
940fdf291f5b
Ignore trailing white space and empty lines
Paul Eggert <eggert@cs.ucla.edu>
parents:
4536
diff
changeset
|
182 * exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC. |
940fdf291f5b
Ignore trailing white space and empty lines
Paul Eggert <eggert@cs.ucla.edu>
parents:
4536
diff
changeset
|
183 Check for isascii. |
940fdf291f5b
Ignore trailing white space and empty lines
Paul Eggert <eggert@cs.ucla.edu>
parents:
4536
diff
changeset
|
184 |
4536
3358eb550c86
Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
185 * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4, |
3358eb550c86
Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
186 lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4: |
3358eb550c86
Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
187 Undo previous (whitespace-only) change. |
3358eb550c86
Leave whitespace alone when importing, undoing that part of yesterday's
Paul Eggert <eggert@cs.ucla.edu>
parents:
4533
diff
changeset
|
188 |
4528
ae85e65ee361
Get m4 files from the gettext distribution.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
189 2003-08-12 Paul Eggert <eggert@twinsun.com> |
ae85e65ee361
Get m4 files from the gettext distribution.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
190 |
4533
dde0ece94ba0
Normalize leading white space and remove trailing white space.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4531
diff
changeset
|
191 * gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4, |
dde0ece94ba0
Normalize leading white space and remove trailing white space.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4531
diff
changeset
|
192 lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4: |
dde0ece94ba0
Normalize leading white space and remove trailing white space.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4531
diff
changeset
|
193 Normalize leading white space and remove trailing white space. |
dde0ece94ba0
Normalize leading white space and remove trailing white space.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4531
diff
changeset
|
194 |
4531
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4528
diff
changeset
|
195 Merge from coreutils |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4528
diff
changeset
|
196 * euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl. |
67c56a27d86c
Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4528
diff
changeset
|
197 |
4528
ae85e65ee361
Get m4 files from the gettext distribution.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
198 * lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext |
ae85e65ee361
Get m4 files from the gettext distribution.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
199 0.12.1. These files are now being upgraded automatically by |
ae85e65ee361
Get m4 files from the gettext distribution.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
200 ../config/srclist-update. |
ae85e65ee361
Get m4 files from the gettext distribution.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4523
diff
changeset
|
201 |
4523
6cc4874a100b
Work around the lack of wcslen() on Solaris 2.5.1.
Bruno Haible <bruno@clisp.org>
parents:
4520
diff
changeset
|
202 2003-08-11 Bruno Haible <bruno@clisp.org> |
6cc4874a100b
Work around the lack of wcslen() on Solaris 2.5.1.
Bruno Haible <bruno@clisp.org>
parents:
4520
diff
changeset
|
203 |
6cc4874a100b
Work around the lack of wcslen() on Solaris 2.5.1.
Bruno Haible <bruno@clisp.org>
parents:
4520
diff
changeset
|
204 * vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen. |
6cc4874a100b
Work around the lack of wcslen() on Solaris 2.5.1.
Bruno Haible <bruno@clisp.org>
parents:
4520
diff
changeset
|
205 |
4520
75f865328a1a
regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4515
diff
changeset
|
206 2003-08-09 Paul Eggert <eggert@twinsun.com> |
75f865328a1a
regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4515
diff
changeset
|
207 |
75f865328a1a
regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4515
diff
changeset
|
208 * regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371"; |
75f865328a1a
regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4515
diff
changeset
|
209 apparently Emacs's Unicode mode got confused before my 2003-08-05 |
75f865328a1a
regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4515
diff
changeset
|
210 checkin. |
75f865328a1a
regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4515
diff
changeset
|
211 |
4515
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
212 2003-08-08 Paul Eggert <eggert@twinsun.com> |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
213 |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
214 * extensions.m4: New file. |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
215 * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
216 Require gl_USE_SYSTEM_EXTENSIONS. |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
217 * unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
218 Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE. |
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
219 |
4513 | 220 2003-08-07 Paul Eggert <eggert@twinsun.com> |
221 | |
222 * restrict.m4: New file. | |
223 * regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT. | |
224 | |
4512
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4510
diff
changeset
|
225 2003-08-07 Bruno Haible <bruno@clisp.org> |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4510
diff
changeset
|
226 |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4510
diff
changeset
|
227 * getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This makes |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4510
diff
changeset
|
228 the module 'getndelim2' compatible with the module 'getline'. |
c761847c9afa
Make the module 'getndelim2' compatible with the module 'getline'.
Bruno Haible <bruno@clisp.org>
parents:
4510
diff
changeset
|
229 |
4510
fcbd4b9dad53
regex.m4: Replace a single non-ASCII byte with "\201".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4490
diff
changeset
|
230 2003-08-05 Paul Eggert <eggert@twinsun.com> |
fcbd4b9dad53
regex.m4: Replace a single non-ASCII byte with "\201".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4490
diff
changeset
|
231 |
fcbd4b9dad53
regex.m4: Replace a single non-ASCII byte with "\201".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4490
diff
changeset
|
232 * regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII |
fcbd4b9dad53
regex.m4: Replace a single non-ASCII byte with "\201".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4490
diff
changeset
|
233 byte with "\201" to avoid glitches when editing that source file |
fcbd4b9dad53
regex.m4: Replace a single non-ASCII byte with "\201".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4490
diff
changeset
|
234 with multi-gnome-terminal. |
fcbd4b9dad53
regex.m4: Replace a single non-ASCII byte with "\201".
Paul Eggert <eggert@cs.ucla.edu>
parents:
4490
diff
changeset
|
235 |
4490 | 236 2003-07-31 Bruno Haible <bruno@clisp.org> |
237 | |
238 * getpass.m4 (gl_FUNC_GETPASS_GNU): New macro. | |
239 | |
4463 | 240 2003-07-18 Bruno Haible <bruno@clisp.org> |
241 | |
242 * getndelim2.m4: New file. | |
243 * getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and | |
244 invoke gl_PREREQ_GETNDELIM2. | |
245 (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by | |
246 gl_PREREQ_GETNDELIM2. | |
247 * getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by | |
248 gl_GETNDELIM2. | |
249 | |
4461 | 250 2003-07-17 Bruno Haible <bruno@clisp.org> |
251 | |
252 * Makefile.am.in: Remove file. | |
253 * Makefile.am: Remove file. | |
254 * Makefile.in: Remove file. | |
255 | |
4460 | 256 2003-07-17 Bruno Haible <bruno@clisp.org> |
257 | |
258 * getnline.m4: New file. | |
259 | |
4436 | 260 2003-07-14 Simon Josefsson <jas@extundo.com> |
261 | |
262 * mempcpy.m4: New file. | |
263 | |
4427 | 264 2003-07-10 Jim Meyering <jim@meyering.net> |
265 | |
266 * clock_time.m4: Remove trailing blank. | |
267 * intmax_t.m4: Likewise. | |
268 | |
4413
232d849d4565
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
Paul Eggert <eggert@cs.ucla.edu>
parents:
4412
diff
changeset
|
269 2003-07-01 Paul Eggert <eggert@twinsun.com> |
232d849d4565
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
Paul Eggert <eggert@cs.ucla.edu>
parents:
4412
diff
changeset
|
270 |
232d849d4565
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
Paul Eggert <eggert@cs.ucla.edu>
parents:
4412
diff
changeset
|
271 * xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since |
232d849d4565
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
Paul Eggert <eggert@cs.ucla.edu>
parents:
4412
diff
changeset
|
272 xreadlink.c now includes it unconditionally. |
232d849d4565
* lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
Paul Eggert <eggert@cs.ucla.edu>
parents:
4412
diff
changeset
|
273 |
4412 | 274 2003-07-01 Bruno Haible <bruno@clisp.org> |
275 | |
276 * ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>. <sys/types.h> | |
277 should be sufficient. | |
278 Reported by Paul Eggert. | |
279 | |
4405 | 280 2003-06-25 Bruno Haible <bruno@clisp.org> |
281 | |
282 * readlink.m4: New file. | |
283 | |
4404
d53571cbde51
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
284 2003-06-22 Bruno Haible <bruno@clisp.org> |
d53571cbde51
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
285 |
d53571cbde51
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
286 Portability to mingw32. |
d53571cbde51
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
287 * ssize_t.m4: New file, from GNU gettext. |
d53571cbde51
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
288 * safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T. |
d53571cbde51
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
289 * xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T. |
d53571cbde51
Test for ssize_t. Needed for portability to mingw32.
Bruno Haible <bruno@clisp.org>
parents:
4392
diff
changeset
|
290 |
4392 | 291 2003-06-11 Bruno Haible <bruno@clisp.org> |
292 | |
293 * sysexits.m4: New file. | |
294 | |
4387 | 295 2003-06-10 Simon Josefsson <jas@extundo.com> |
296 | |
297 * strchrnul.m4: New file. | |
298 | |
4384
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
299 2003-06-07 Bruno Haible <bruno@clisp.org> |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
300 |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
301 * fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX, |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
302 gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
303 AC_CONFIG_LINKS. Needed to allow for a different name of the lib |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
304 directory. |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
305 * poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
306 AC_CONFIG_LINKS. Needed to allow for a different name of the lib |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
307 directory. |
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
308 |
4347
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4335
diff
changeset
|
309 2003-06-04 Paul Eggert <eggert@twinsun.com> |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4335
diff
changeset
|
310 |
4351
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4348
diff
changeset
|
311 * human.m4 (gl_HUMAN): Require AM_STDBOOL_H. Check for |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4348
diff
changeset
|
312 locale.h, localeconv. This merges changes from coreutils. |
d0d257fdad20
Merge human.c changes from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4348
diff
changeset
|
313 |
4348
fc8667232bcc
Ensure we use gnulib mktime rather than glibc's mktime, on hosts
Paul Eggert <eggert@cs.ucla.edu>
parents:
4347
diff
changeset
|
314 * mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS. |
fc8667232bcc
Ensure we use gnulib mktime rather than glibc's mktime, on hosts
Paul Eggert <eggert@cs.ucla.edu>
parents:
4347
diff
changeset
|
315 It can be removed after the next Autoconf is released. |
4347
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4335
diff
changeset
|
316 * exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4335
diff
changeset
|
317 needed. |
df44e79ce676
.h files should stand alone, but we shouldn't include <sys/types.h>
Paul Eggert <eggert@cs.ucla.edu>
parents:
4335
diff
changeset
|
318 |
4335 | 319 2003-05-30 Bruno Haible <bruno@clisp.org> |
320 | |
321 * gettext.m4: Upgrade to gettext-0.12.1. | |
322 * nls.m4: New file, from gettext-0.12.1. | |
323 * po.m4: New file, from gettext-0.12.1. | |
324 * progtest.m4: Upgrade to gettext-0.12.1. | |
325 | |
4333 | 326 2003-05-28 Paul Eggert <eggert@twinsun.com> |
327 | |
328 Assume the headers required for C89 freestanding compilers. | |
329 * backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h. | |
330 * fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise. | |
331 * human.m4 (gl_HUMAN): Likewise. | |
332 * pathmax.m4 (gl_PATHMAX): Likewise. | |
333 * rpmatch.m4 (gl_FUNC_RPMATCH): Likewise. | |
334 * userspec.m4 (gl_USERSPEC): Likewise. | |
335 * xreadlink.m4 (gl_XREADLINK): Likewise. | |
4515
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
336 * xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise. |
4333 | 337 * quote.m4 (gl_QUOTE): Don't check for stddef.h. |
338 | |
4328 | 339 2003-05-26 Jim Meyering <jim@meyering.net> |
340 | |
341 Merge in a change from coreutils: | |
342 * dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one | |
343 that is guaranteed to be `no'. Use `no_such_member' to indicate | |
344 that condition, rather than `-1' which is slightly misleading. | |
345 Change the name of the cache variable to have the gl_ prefix. | |
346 Prompted by a patch from Richard Dawe for DJGPP. | |
347 | |
4321 | 348 2003-05-17 Bruno Haible <bruno@clisp.org> |
349 | |
350 * dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an invalid | |
351 expansion for AC_EGREP_CPP. | |
352 * strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise. | |
353 * strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise. | |
354 Suggested by Akim Demaille <akim@epita.fr> in | |
355 http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html | |
356 | |
4306
f59d87c2ceb4
* error.m4 (gl_ERROR): Do not put under dynamic conditions some
Paul Eggert <eggert@cs.ucla.edu>
parents:
4303
diff
changeset
|
357 2003-04-21 Paul Eggert <eggert@twinsun.com> |
f59d87c2ceb4
* error.m4 (gl_ERROR): Do not put under dynamic conditions some
Paul Eggert <eggert@cs.ucla.edu>
parents:
4303
diff
changeset
|
358 |
f59d87c2ceb4
* error.m4 (gl_ERROR): Do not put under dynamic conditions some
Paul Eggert <eggert@cs.ucla.edu>
parents:
4303
diff
changeset
|
359 * error.m4 (gl_ERROR): Do not put under dynamic conditions some |
f59d87c2ceb4
* error.m4 (gl_ERROR): Do not put under dynamic conditions some
Paul Eggert <eggert@cs.ucla.edu>
parents:
4303
diff
changeset
|
360 code which expansion is under static control. Patch imported from |
f59d87c2ceb4
* error.m4 (gl_ERROR): Do not put under dynamic conditions some
Paul Eggert <eggert@cs.ucla.edu>
parents:
4303
diff
changeset
|
361 Akim Demaille's patch to Bison; see |
f59d87c2ceb4
* error.m4 (gl_ERROR): Do not put under dynamic conditions some
Paul Eggert <eggert@cs.ucla.edu>
parents:
4303
diff
changeset
|
362 <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>. |
f59d87c2ceb4
* error.m4 (gl_ERROR): Do not put under dynamic conditions some
Paul Eggert <eggert@cs.ucla.edu>
parents:
4303
diff
changeset
|
363 |
4303
c842eddb3b4f
Use AC_FUNC_VPRINTF instead of bogus test for function 'doprnt' that no system
Bruno Haible <bruno@clisp.org>
parents:
4294
diff
changeset
|
364 2003-04-14 Bruno Haible <bruno@clisp.org> |
c842eddb3b4f
Use AC_FUNC_VPRINTF instead of bogus test for function 'doprnt' that no system
Bruno Haible <bruno@clisp.org>
parents:
4294
diff
changeset
|
365 |
c842eddb3b4f
Use AC_FUNC_VPRINTF instead of bogus test for function 'doprnt' that no system
Bruno Haible <bruno@clisp.org>
parents:
4294
diff
changeset
|
366 * error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF. |
c842eddb3b4f
Use AC_FUNC_VPRINTF instead of bogus test for function 'doprnt' that no system
Bruno Haible <bruno@clisp.org>
parents:
4294
diff
changeset
|
367 |
4294 | 368 2003-04-10 Bruno Haible <bruno@clisp.org> |
369 | |
370 * findprog.m4: New file. | |
371 * eaccess.m4: New file. | |
372 | |
4286 | 373 2003-04-04 Bruno Haible <bruno@clisp.org> |
374 | |
375 * linebreak.m4: New file. | |
376 | |
4275
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4268
diff
changeset
|
377 2003-04-03 Bruno Haible <bruno@clisp.org> |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4268
diff
changeset
|
378 |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4268
diff
changeset
|
379 * utf-ucs4.m4: New file. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4268
diff
changeset
|
380 * ucs4-utf.m4: New file. |
e272bc901785
New modules: utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
Bruno Haible <bruno@clisp.org>
parents:
4268
diff
changeset
|
381 |
4268 | 382 2003-03-30 Bruno Haible <bruno@clisp.org> |
383 | |
384 * copy-file.m4 (gl_COPY_FILE): Add check for chown(). | |
385 | |
4266 | 386 2003-03-28 Bruno Haible <bruno@clisp.org> |
387 | |
388 * copy-file.m4: New file. | |
389 | |
4262
4df9cc2741fb
Use new documented autoconf macros.
Bruno Haible <bruno@clisp.org>
parents:
4259
diff
changeset
|
390 2003-03-18 Bruno Haible <bruno@clisp.org> |
4df9cc2741fb
Use new documented autoconf macros.
Bruno Haible <bruno@clisp.org>
parents:
4259
diff
changeset
|
391 |
4df9cc2741fb
Use new documented autoconf macros.
Bruno Haible <bruno@clisp.org>
parents:
4259
diff
changeset
|
392 * onceonly.m4: Use m4_defn instead of defn, for better error checking. |
4df9cc2741fb
Use new documented autoconf macros.
Bruno Haible <bruno@clisp.org>
parents:
4259
diff
changeset
|
393 * onceonly_2_57.m4: Likewise. |
4df9cc2741fb
Use new documented autoconf macros.
Bruno Haible <bruno@clisp.org>
parents:
4259
diff
changeset
|
394 |
4259
5281b6fad974
Require autoconf 2.54 or newer.
Bruno Haible <bruno@clisp.org>
parents:
4258
diff
changeset
|
395 2003-03-17 Bruno Haible <bruno@clisp.org> |
5281b6fad974
Require autoconf 2.54 or newer.
Bruno Haible <bruno@clisp.org>
parents:
4258
diff
changeset
|
396 |
5281b6fad974
Require autoconf 2.54 or newer.
Bruno Haible <bruno@clisp.org>
parents:
4258
diff
changeset
|
397 * onceonly.m4: Require autoconf 2.54 or newer. |
5281b6fad974
Require autoconf 2.54 or newer.
Bruno Haible <bruno@clisp.org>
parents:
4258
diff
changeset
|
398 (m4_quote): Remove macro. |
4262
4df9cc2741fb
Use new documented autoconf macros.
Bruno Haible <bruno@clisp.org>
parents:
4259
diff
changeset
|
399 * onceonly_2_57.m4: Require autoconf 2.54 or newer. |
4259
5281b6fad974
Require autoconf 2.54 or newer.
Bruno Haible <bruno@clisp.org>
parents:
4258
diff
changeset
|
400 |
4257 | 401 2003-03-14 Bruno Haible <bruno@clisp.org> |
402 | |
4258
0b9877dac823
Use defn([...]) for quoting.
Bruno Haible <bruno@clisp.org>
parents:
4257
diff
changeset
|
403 * onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, |
0b9877dac823
Use defn([...]) for quoting.
Bruno Haible <bruno@clisp.org>
parents:
4257
diff
changeset
|
404 AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly. |
4257 | 405 |
4255
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4242
diff
changeset
|
406 2003-03-13 Paul Eggert <eggert@twinsun.com> |
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4242
diff
changeset
|
407 |
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4242
diff
changeset
|
408 * onceonly.m4 (m4_quote): New macro. |
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4242
diff
changeset
|
409 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE): |
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4242
diff
changeset
|
410 Quote AC_FOREACH variable-expansions properly. |
fe0f8778e46d
Merge changes from Bison.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4242
diff
changeset
|
411 |
4257 | 412 2003-02-19 Paolo Bonzini <bonzini@gnu.org> |
4242
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4239
diff
changeset
|
413 |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4239
diff
changeset
|
414 * poll.m4: New file. |
eec6ba9ed532
New module poll, from Paolo Bonzini <bonzini@gnu.org>.
Bruno Haible <bruno@clisp.org>
parents:
4239
diff
changeset
|
415 |
4257 | 416 2003-02-18 Paolo Bonzini <bonzini@gnu.org> |
4239
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
417 |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
418 * mathl.m4: New file. |
b33b8603715c
Transcendental functions for 'long double', from Paolo Bonzini.
Bruno Haible <bruno@clisp.org>
parents:
4237
diff
changeset
|
419 |
4237
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4232
diff
changeset
|
420 2003-02-17 Bruno Haible <bruno@clisp.org> |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4232
diff
changeset
|
421 |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4232
diff
changeset
|
422 * mkdtemp.m4: New file, from GNU gettext with modifications. |
723deab1223e
mkdtemp() function: create a private temporary directory.
Bruno Haible <bruno@clisp.org>
parents:
4232
diff
changeset
|
423 |
4232 | 424 2003-02-02 Jim Meyering <jim@meyering.net> |
425 | |
426 * regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in | |
427 e.g. glibc-2.2.93. | |
428 | |
4229
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
429 2003-01-31 Bruno Haible <bruno@clisp.org> |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
430 |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
431 * rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
432 'rpl_rename'. |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
433 * strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
434 'rpl_strnlen'. |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
435 * strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
436 'rpl_strtod'. |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
437 * utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
438 'rpl_utime'. |
c7ddde35beec
Make this module usable in shared libraries.
Bruno Haible <bruno@clisp.org>
parents:
4224
diff
changeset
|
439 |
4224
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
440 2003-01-30 Bruno Haible <bruno@clisp.org> |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
441 |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
442 * signed.m4: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
443 * longdouble.m4: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
444 * wchar_t.m4: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
445 * wint_t.m4: New file, from GNU gettext. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
446 * vasnprintf.m4: New file. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
447 * vasprintf.m4: New file. |
83eabea25586
New modules vasnprintf and vasprintf.
Bruno Haible <bruno@clisp.org>
parents:
4221
diff
changeset
|
448 |
4221 | 449 2003-01-29 Bruno Haible <bruno@clisp.org> |
450 | |
451 * stpncpy.m4: New file. | |
452 | |
4206 | 453 2003-01-23 Jim Meyering <jim@meyering.net> |
454 | |
4209 | 455 * dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this |
456 from working on systems without dirfd (at least Irix and OSF1/Tru64). | |
4206 | 457 |
4190 | 458 2003-01-16 Jim Meyering <jim@meyering.net> |
459 | |
460 * regex.m4: The `regex' struct is both input and output. | |
461 Initialize it before each use. Patch by Tim Waugh. | |
462 | |
4186 | 463 2003-01-11 Bruno Haible <bruno@clisp.org> |
464 | |
465 * longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix. | |
466 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL | |
467 suffix. | |
468 | |
4185 | 469 2003-01-11 Bruno Haible <bruno@clisp.org> |
470 | |
471 * md5.m4 (gl_MD5): Require AC_C_INLINE. | |
472 | |
4184
bd50be83d452
Work around a bug of AC_EGREP_CPP in autoconf-2.57.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
473 2003-01-11 Bruno Haible <bruno@clisp.org> |
bd50be83d452
Work around a bug of AC_EGREP_CPP in autoconf-2.57.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
474 |
bd50be83d452
Work around a bug of AC_EGREP_CPP in autoconf-2.57.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
475 * alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites. |
bd50be83d452
Work around a bug of AC_EGREP_CPP in autoconf-2.57.
Bruno Haible <bruno@clisp.org>
parents:
4170
diff
changeset
|
476 |
4170
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
477 2003-01-12 Paul Eggert <eggert@twinsun.com> |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
478 |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
479 Finish renaming getstr -> getdelim2 and readline -> readlinebuffer, |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
480 to avoid collisions with libcurses and libreadline. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
481 |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
482 * getstr.m4: Remove. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
483 * getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC. |
733dc39fdf11
Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
Paul Eggert <eggert@cs.ucla.edu>
parents:
4156
diff
changeset
|
484 |
4156
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
485 2003-01-10 Bruno Haible <bruno@clisp.org> |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
486 |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
487 * alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H. |
99ea86c79f44
Make it possibly to simply write: #include <alloca.h>.
Bruno Haible <bruno@clisp.org>
parents:
4151
diff
changeset
|
488 |
4151
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4122
diff
changeset
|
489 2003-01-09 Bruno Haible <bruno@clisp.org> |
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4122
diff
changeset
|
490 |
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4122
diff
changeset
|
491 * stdbool.m4 (AM_STDBOOL_H): New macro. |
3a0c83552f0e
Make it possible to #include <stdbool.h> without any #ifdefs.
Bruno Haible <bruno@clisp.org>
parents:
4122
diff
changeset
|
492 |
4122
c5274a13aee2
* memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4108
diff
changeset
|
493 2002-12-31 Paul Eggert <eggert@twinsun.com> |
c5274a13aee2
* memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4108
diff
changeset
|
494 |
c5274a13aee2
* memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4108
diff
changeset
|
495 * memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP. |
c5274a13aee2
* memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4108
diff
changeset
|
496 |
4108
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
497 2002-12-24 Bruno Haible <bruno@clisp.org> |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
498 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
499 General infrasructure. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
500 * README: Rewritten. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
501 * onceonly.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
502 * onceonly_2_57.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
503 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
504 Module atexit. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
505 * atexit.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
506 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
507 Module strtod. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
508 * strtod.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
509 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
510 Module strtol. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
511 * strtol.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
512 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
513 Module strtoul. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
514 * strtoul.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
515 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
516 Module memchr. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
517 * memchr.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
518 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
519 Module memcmp. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
520 * memcmp.m4 (gl_PREREQ_MEMCMP): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
521 (jm_FUNC_MEMCMP): Invoke it. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
522 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
523 Module memcpy. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
524 * memcpy.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
525 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
526 Module memmove. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
527 * memmove.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
528 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
529 Module memset. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
530 * memset.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
531 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
532 Module strcspn. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
533 * strcspn.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
534 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
535 Module strpbrk. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
536 * strpbrk.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
537 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
538 Module strstr. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
539 * strstr.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
540 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
541 Module strerror. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
542 * strerror.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
543 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
544 Module mktime. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
545 * mktime.m4: Renamed from jm-mktime.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
546 (gl_PREREQ_MKTIME): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
547 (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
548 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
549 Module malloc. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
550 * malloc.m4 (gl_PREREQ_MALLOC): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
551 (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
552 Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
553 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
554 Module realloc. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
555 * realloc.m4 (gl_PREREQ_REALLOC): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
556 (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
557 Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
558 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
559 Module strftime. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
560 * tm_gmtoff.m4: New file, extracted from strftime.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
561 * strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
562 Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
563 gl_TM_GMTOFF. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
564 (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
565 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
566 Module xalloc. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
567 * xalloc.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
568 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
569 Module alloca. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
570 * alloca.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
571 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
572 Module putenv. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
573 * putenv.m4 (gl_PREREQ_PUTENV): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
574 (jm_FUNC_PUTENV): Invoke it. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
575 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
576 Module setenv. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
577 * setenv.m4 (gt_FUNC_SETENV): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
578 (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
579 when invoked twice. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
580 (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
581 gt_FUNC_SETENV. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
582 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
583 Module memrchr. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
584 * memrchr.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
585 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
586 Module stpcpy. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
587 * stpcpy.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
588 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
589 Module strcase. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
590 * strcase.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
591 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
592 Module strdup. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
593 * strdup.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
594 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
595 Module strnlen. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
596 * strnlen.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
597 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
598 Module strndup. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
599 * strndup.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
600 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
601 Module xstrtod. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
602 * xstrtod.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
603 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
604 Module xstrtol. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
605 * xstrtol.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
606 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
607 Module getdate. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
608 * getdate.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
609 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
610 Module unlocked-io. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
611 * unlocked-io.m4: Renamed from jm-glibc-io.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
612 (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
613 * jm-glibc-io.m4n: Remove file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
614 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
615 Module long-options. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
616 * long-options.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
617 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
618 Module md5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
619 * md5.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
620 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
621 Module sha. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
622 * sha.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
623 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
624 Module getstr. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
625 * getstr.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
626 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
627 Module getline. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
628 * getline.m4 (gl_PREREQ_GETLINE): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
629 (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
630 <sys/types.h>, for size_t. Use the function name gnu_getline, not |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
631 simply getline. Infoke gl_PREREQ_GETLINE. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
632 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
633 Module obstack. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
634 * obstack.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
635 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
636 Module hash. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
637 * hash.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
638 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
639 Module readtokens. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
640 * readtokens.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
641 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
642 Module strverscmp. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
643 * strverscmp.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
644 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
645 Module stdbool. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
646 * stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for OSF/1. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
647 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
648 Module strtoll. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
649 * strtoll.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
650 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
651 Module strtoull. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
652 * strtoull.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
653 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
654 Module strtoimax. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
655 * strtoimax.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
656 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
657 Module strtoumax. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
658 * strtoumax.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
659 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
660 Module xstrtoimax. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
661 * xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from jm_AC_PREREQ_XSTRTOIMAX. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
662 Moved the strtol prerequisites to strtol.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
663 Moved the strtoll prerequisites to strtoll.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
664 Moved the strtoimax prerequisites to strtoimax.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
665 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
666 Module xstrtoumax. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
667 * xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from jm_AC_PREREQ_XSTRTOUMAX. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
668 Moved the strtoul prerequisites to strtoul.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
669 Moved the strtoull prerequisites to strtoull.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
670 Moved the strtoumax prerequisites to strtoumax.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
671 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
672 Module chown. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
673 * chown.m4 (gl_PREREQ_CHOWN): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
674 (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
675 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
676 Module dup2. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
677 * dup2.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
678 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
679 Module ftruncate. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
680 * ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
681 (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
682 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
683 Module getgroups. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
684 * getgroups.m4 (gl_PREREQ_GETGROUPS): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
685 (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
686 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
687 Module gettimeofday. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
688 * gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
689 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
690 gl_PREREQ_GETTIMEOFDAY. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
691 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
692 Module mkdir. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
693 * mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
694 (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
695 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
696 Module mkstemp. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
697 * mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
698 (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
699 jm_AC_TYPE_UINTMAX_T. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
700 (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
701 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
702 Module stat. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
703 * stat.m4 (gl_PREREQ_STAT): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
704 (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
705 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
706 Module lstat. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
707 * lstat.m4 (gl_PREREQ_LSTAT): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
708 (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
709 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
710 Module timespec. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
711 * timespec.m4 (gl_TIMESPEC): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
712 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
713 * st_mtim.m4: Indentation. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
714 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
715 Module nanosleep. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
716 * nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
717 (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
718 gl_PREREQ_NANOSLEEP. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
719 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
720 Module regex. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
721 * regex.m4 (jm_PREREQ_REGEX): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
722 (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
723 (gl_REGEX): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
724 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
725 Module rename. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
726 * rename.m4 (gl_PREREQ_RENAME): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
727 (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
728 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
729 Module rmdir. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
730 * rmdir.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
731 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
732 Module utime. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
733 * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
734 * utime.m4 (gl_PREREQ_UTIME): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
735 (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
736 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
737 Module dirname. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
738 * dirname.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
739 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
740 Module getopt. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
741 * getopt.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
742 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
743 Module unistd-safer. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
744 * unistd-safer.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
745 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
746 Module fnmatch. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
747 * fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit() |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
748 declaration. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
749 (gl_PREREQ_FNMATCH_EXTRA): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
750 (gl_FUNC_FNMATCH_POSIX): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
751 (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
752 gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
753 simply fnmatch. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
754 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
755 Module exclude. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
756 * exclude.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
757 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
758 Module human. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
759 * human.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
760 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
761 Module acl. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
762 * acl.m4: Nop. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
763 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
764 Module backupfile. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
765 * backupfile.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
766 * d-ino.m4: Indentation. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
767 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
768 Module fsusage. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
769 * fsusage.m4 (gl_FSUSAGE): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
770 (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
771 (gl_PREREQ_FSUSAGE_EXTRA): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
772 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
773 Module dirfd. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
774 * dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP requirements. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
775 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
776 Module euidaccess. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
777 * euidaccess.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
778 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
779 Module file-type. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
780 * file-type.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
781 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
782 Module fileblocks. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
783 * fileblocks.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
784 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
785 Module filemode. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
786 * filemode.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
787 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
788 Module isdir. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
789 * isdir.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
790 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
791 Module lchown. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
792 * lchown.m4 (gl_PREREQ_LCHOWN): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
793 (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
794 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
795 Module makepath. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
796 * makepath.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
797 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
798 Module modechange. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
799 * modechange.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
800 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
801 Module mountlist. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
802 * mountlist.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
803 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
804 Indentation. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
805 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
806 Module path-concat. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
807 * path-concat.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
808 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
809 Module pathmax. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
810 * pathmax.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
811 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
812 Module same. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
813 * same.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
814 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
815 Module save-cwd. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
816 * save-cwd.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
817 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
818 Module savedir. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
819 * savedir.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
820 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
821 Module xgetcwd. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
822 * xgetcwd.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
823 * getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
824 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
825 Module xreadlink. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
826 * xreadlink.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
827 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
828 Module safe-read. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
829 * safe-read.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
830 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
831 Module safe-write. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
832 * safe-write.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
833 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
834 Module closeout. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
835 * closeout.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
836 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
837 Module stdio-safer. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
838 * stdio-safer.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
839 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
840 Module getpass. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
841 * getpass.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
842 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
843 Module getugroups. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
844 * getugroups.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
845 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
846 Module group-member. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
847 * group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
848 (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
849 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
850 Module idcache. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
851 * idcache.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
852 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
853 Module userspec. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
854 * userspec.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
855 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
856 Module gettime. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
857 * clock_time.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
858 * gettime.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
859 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
860 Module settime. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
861 * settime.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
862 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
863 Module posixtm. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
864 * posixtm.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
865 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
866 Module gethostname. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
867 * gethostname.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
868 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
869 Module canon-host. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
870 * canon-host.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
871 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
872 Module gettext. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
873 * codeset.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
874 * gettext.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
875 * glibc21.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
876 * iconv.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
877 * intdiv0.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
878 * inttypes-pri.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
879 * inttypes.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
880 * inttypes_h.m4: New file, from gettext-0.11.5 with modifications. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
881 * isc-posix.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
882 * lcmessage.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
883 * lib-ld.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
884 * lib-link.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
885 * lib-prefix.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
886 * progtest.m4: New file, from gettext-0.11.5. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
887 * stdint_h.m4: New file, from gettext-0.11.5 with modifications. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
888 * uintmax_t.m4: New file, from gettext-0.11.5 with modifications. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
889 * ulonglong.m4: New file, from gettext-0.11.5 with modifications. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
890 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
891 Module localcharset. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
892 * localcharset.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
893 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
894 Module hard-locale. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
895 * hard-locale.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
896 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
897 Module mbswidth. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
898 * mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
899 onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
900 * mbrtowc.m4: Add comment. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
901 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
902 Module memcasecmp. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
903 * memcasecmp.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
904 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
905 Module memcoll. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
906 * memcoll.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
907 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
908 Module unicodeio. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
909 * unicodeio.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
910 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
911 Module rpmatch. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
912 * rpmatch.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
913 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
914 Module yesno. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
915 * yesno.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
916 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
917 Module exitfail. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
918 * exitfail.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
919 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
920 Module c-stack. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
921 * c-stack.m4 (gl_C_STACK): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
922 (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
923 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
924 Module error. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
925 * error.m4 (gl_ERROR): New macro. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
926 (jm_PREREQ_ERROR): Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
927 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
928 Module fatal. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
929 * fatal.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
930 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
931 Module getloadavg. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
932 * getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
933 (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
934 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
935 Module getpagesize. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
936 * getpagesize.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
937 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
938 Module getusershell. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
939 * getusershell.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
940 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
941 Module physmem. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
942 * physmem.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
943 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
944 Module posixver. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
945 * posixver.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
946 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
947 Module quotearg. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
948 * quotearg.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
949 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
950 Module quote. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
951 * quote.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
952 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
953 Module readutmp. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
954 * readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
955 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
956 Module sig2str. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
957 * sig2str.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
958 |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
959 Other. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
960 * longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
961 ulonglong.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
962 * intmax_t.m4: New file. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
963 * d-type.m4: Indentation. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
964 * jm-macros.m4: Update. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
965 * prereq.m4 (jm_PREREQ): Update. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
966 (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
967 (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
968 (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
969 (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
970 (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
971 (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
972 (jm_PREREQ_HASH): Remove, obsoleted by hash.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
973 (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
974 (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
975 (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
976 (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
977 (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
978 (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
979 (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
980 (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
981 (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
982 (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
983 (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
984 * readdir.m4 (jm_FUNC_READDIR): Use onceonly macros. |
c1d472db5c30
An independent .m4 file for each module.
Bruno Haible <bruno@clisp.org>
parents:
4090
diff
changeset
|
985 |
4090 | 986 2002-12-18 Bruno Haible <bruno@clisp.org> |
987 | |
988 * strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r. | |
989 * jm-mktime.m4 (jm_FUNC_MKTIME): Likewise. | |
990 | |
4085
fbbe1d39bfa3
Update for change made on 2001-08-03 in mbswidth.c.
Bruno Haible <bruno@clisp.org>
parents:
4079
diff
changeset
|
991 2002-12-17 Bruno Haible <bruno@clisp.org> |
fbbe1d39bfa3
Update for change made on 2001-08-03 in mbswidth.c.
Bruno Haible <bruno@clisp.org>
parents:
4079
diff
changeset
|
992 |
fbbe1d39bfa3
Update for change made on 2001-08-03 in mbswidth.c.
Bruno Haible <bruno@clisp.org>
parents:
4079
diff
changeset
|
993 * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h, |
fbbe1d39bfa3
Update for change made on 2001-08-03 in mbswidth.c.
Bruno Haible <bruno@clisp.org>
parents:
4079
diff
changeset
|
994 stdlib.h, string.h. |
fbbe1d39bfa3
Update for change made on 2001-08-03 in mbswidth.c.
Bruno Haible <bruno@clisp.org>
parents:
4079
diff
changeset
|
995 |
4079
59e0c3ba95bb
Prerequisites of lib/setenv.c and lib/unsetenv.c.
Bruno Haible <bruno@clisp.org>
parents:
4075
diff
changeset
|
996 2002-12-11 Bruno Haible <bruno@clisp.org> |
59e0c3ba95bb
Prerequisites of lib/setenv.c and lib/unsetenv.c.
Bruno Haible <bruno@clisp.org>
parents:
4075
diff
changeset
|
997 |
59e0c3ba95bb
Prerequisites of lib/setenv.c and lib/unsetenv.c.
Bruno Haible <bruno@clisp.org>
parents:
4075
diff
changeset
|
998 * setenv.m4: New file, from gettext-0.11.5. |
59e0c3ba95bb
Prerequisites of lib/setenv.c and lib/unsetenv.c.
Bruno Haible <bruno@clisp.org>
parents:
4075
diff
changeset
|
999 |
4074
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
1000 2002-12-06 Paul Eggert <eggert@twinsun.com> |
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
1001 |
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
1002 Undo the 2001-07-02 change for jm-glibc-io, as it was too much of |
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
1003 a pain in practice to deal with generated m4 files. This change |
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
1004 goes together with the 2002-12-04 unlocked-io.h change in ../lib. |
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
1005 |
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
1006 * Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n |
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
1007 and jm-glibc-io.m4, as they are no longer a special case. |
4075
420495d74bf1
Add more comments to latest changelog change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4074
diff
changeset
|
1008 * jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the |
420495d74bf1
Add more comments to latest changelog change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4074
diff
changeset
|
1009 kludge and the auto-generation stuff. Check only whether the |
420495d74bf1
Add more comments to latest changelog change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4074
diff
changeset
|
1010 functions are declared, not whether they exist, since older hosts |
420495d74bf1
Add more comments to latest changelog change.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4074
diff
changeset
|
1011 that don't declare the functions can't use the optimization anyway. |
4074
9ee83167b137
Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
Paul Eggert <eggert@cs.ucla.edu>
parents:
3924
diff
changeset
|
1012 |
3924 | 1013 2002-07-06 Jim Meyering <meyering@lucent.com> |
1014 | |
1015 * README: Don't mention Makefile.am.in. | |
1016 Outline how I've tested changes to .m4 files. Yep, it's a pain. | |
1017 | |
3919 | 1018 2002-06-11 Paul Eggert <eggert@twinsun.com> |
1019 | |
1020 * fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc. | |
1021 | |
3892 | 1022 2002-06-22 Jim Meyering <meyering@lucent.com> |
1023 | |
3907 | 1024 * c-stack.m4: New file, from diffutils-2.8.2. |
1025 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK. | |
1026 | |
3897 | 1027 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE, |
1028 now that configure.ac uses AC_GNU_SOURCE. | |
1029 (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU. | |
1030 * prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH. | |
1031 | |
3892 | 1032 Update to latest tools. Suggestions from Paul Eggert. |
1033 * stdbool.m4: New file, from diffutils-2.8.2. | |
1034 * gnu-source.m4: Update from diffutils-2.8.2. | |
3898 | 1035 * fnmatch.m4: Likewise. |
3892 | 1036 * prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h) |
1037 to AC_HEADER_STDBOOL | |
1038 | |
3880 | 1039 2002-06-21 Jim Meyering <meyering@lucent.com> |
1040 | |
3887 | 1041 * c-bs-a.m4: Add comment, from diffutils-2.8.2. |
1042 * mbrtowc.m4: Likewise. | |
1043 | |
1044 * mbstate_t.m4: Update from diffutils-2.8.2. | |
1045 * mbswidth.m4: Reflect name change: | |
1046 s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T. | |
1047 * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise. | |
1048 | |
1049 * lib-link.m4: Update from gettext-0.11.2. | |
1050 * gettext.m4: Likewise. | |
1051 | |
3880 | 1052 * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h. |
1053 From Alfred M. Szmidt. | |
1054 | |
3876 | 1055 2002-05-19 Paul Eggert <eggert@twinsun.com> |
1056 | |
1057 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author. | |
1058 | |
3864 | 1059 2002-06-07 Jim Meyering <meyering@lucent.com> |
1060 | |
1061 * prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h. | |
1062 They're needed at least for NetBSD 1.5.2. | |
1063 ($statxfs_includes): Include those same headers. | |
1064 ($statxfs_includes): Include sys/vfs.h if available. | |
1065 ($statxfs_includes): Likewise for sys/statvfs.h. | |
1066 Check for the following members in both structs statfs and statvfs: | |
1067 f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen. | |
1068 | |
3861 | 1069 2002-06-01 Jim Meyering <meyering@lucent.com> |
1070 | |
1071 * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro: | |
1072 s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/. | |
1073 | |
3858 | 1074 2002-05-28 Jim Meyering <meyering@lucent.com> |
1075 | |
1076 * readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'. | |
1077 Reported by Volker Borchert. | |
1078 | |
3853 | 1079 2002-05-27 Jim Meyering <meyering@lucent.com> |
1080 | |
3855 | 1081 * gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace |
1082 localtime. | |
1083 | |
3853 | 1084 * readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to |
1085 use the replacement function; it wouldn't resolve at link time. | |
1086 Reported by Volker Borchert. | |
1087 | |
3840 | 1088 2002-04-30 Jim Meyering <meyering@lucent.com> |
1089 | |
1090 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT. | |
1091 | |
3836 | 1092 2002-04-29 Paul Eggert <eggert@twinsun.com> |
1093 | |
1094 * prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h. | |
1095 Do not check for alloca.h (no longer used) or stdbool.h (was never | |
1096 used?). Add AM_C_PROTOTYPES since hard-locale.h uses it. | |
1097 | |
3834 | 1098 2002-04-28 Paul Eggert <eggert@twinsun.com> |
1099 | |
3840 | 1100 * prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed. |
3834 | 1101 |
3829 | 1102 2002-04-29 Jim Meyering <meyering@lucent.com> |
1103 | |
1104 * jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN. | |
1105 * prereq.m4: Add jm_PREREQ_STRNLEN. | |
1106 Use AC_FUNC_STRNLEN here instead. | |
1107 | |
1108 * jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]). | |
1109 With autoconf-2.53a, it's part of AC_PROG_CC. | |
1110 | |
3823 | 1111 2002-04-28 Paul Eggert <eggert@twinsun.com> |
1112 | |
1113 * jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str). | |
1114 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR. | |
1115 | |
3812 | 1116 2002-04-24 Jim Meyering <meyering@lucent.com> |
1117 | |
1118 * prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro. | |
1119 (jm_PREREQ): Use it. | |
1120 | |
1121 * getloadavg.m4: Check for these headers: locale.h unistd.h | |
1122 mach/mach.h fcntl.h. | |
1123 Check for this function: setlocale. | |
1124 | |
3808 | 1125 2002-04-16 Jim Meyering <meyering@lucent.com> |
1126 | |
1127 * prereq.m4 (jm_PREREQ_READUTMP): Also check for these members: | |
1128 ut_pid, ut_id, ut_exit. | |
1129 | |
3798 | 1130 2002-04-12 Jim Meyering <meyering@lucent.com> |
1131 | |
3803 | 1132 * ls-mntd-fs.m4 (checking for getmntinfo function...): Remove now-bogus |
1133 check for f_type in sys/mount.h. Instead, just test for the existence | |
1134 of the getmntinfo function. Needed for Darwin 5.3. | |
1135 | |
3801 | 1136 * dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro. |
1137 This is necessary at least on Darwin 5.3. | |
1138 | |
3798 | 1139 * jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use |
3799 | 1140 AC_FUNC_STRNLEN. Otherwise, we'd end up putting two copies of strnlen.o |
3798 | 1141 in the library, and that makes some versions of ranlib object. |
1142 | |
3795 | 1143 2002-04-09 Jim Meyering <meyering@lucent.com> |
1144 | |
1145 * malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message | |
1146 to be more precise. Rather than saying we're checking whether the | |
1147 function `works', say what we're testing. | |
1148 * realloc.m4 (jm_FUNC_REALLOC): Likewise. | |
1149 Reported by Bruno Haible. | |
1150 | |
3773 | 1151 2002-02-27 Paul Eggert <eggert@twinsun.com> |
1152 | |
1153 * jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used. | |
1154 Check for clock_settime. | |
1155 | |
3759 | 1156 2002-02-25 Paul Eggert <eggert@twinsun.com> |
1157 | |
3773 | 1158 * acl.m4: New file. |
3759 | 1159 * jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL. |
1160 Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now. | |
1161 | |
3748 | 1162 2002-02-16 gettextize <bug-gnu-gettext@gnu.org> |
1163 | |
1164 * codeset.m4: Upgrade to gettext-0.11. | |
1165 * gettext.m4: Upgrade to gettext-0.11. | |
1166 * glibc21.m4: Upgrade to gettext-0.11. | |
1167 * iconv.m4: Upgrade to gettext-0.11. | |
1168 * isc-posix.m4: Upgrade to gettext-0.11. | |
1169 * lcmessage.m4: Upgrade to gettext-0.11. | |
1170 * lib-ld.m4: New file, from gettext-0.11. | |
1171 * lib-link.m4: New file, from gettext-0.11. | |
1172 * lib-prefix.m4: New file, from gettext-0.11. | |
1173 * progtest.m4: Upgrade to gettext-0.11. | |
1174 | |
3735 | 1175 2002-02-15 Paul Eggert <eggert@twinsun.com> |
1176 | |
4515
ae4b157d42ad
New module 'extensions', used by timespec and unlocked-io
Paul Eggert <eggert@cs.ucla.edu>
parents:
4513
diff
changeset
|
1177 * prereq.m4 (jm_PREREQ_POSIXVER): New macro. |
3735 | 1178 (jm_PREREQ): Use it. |
1179 | |
3726 | 1180 2002-01-26 Jim Meyering <meyering@lucent.com> |
1181 | |
1182 * jm-macros.m4 (jm_MACROS): Require autoconf-2.52g. | |
1183 * strnlen.m4: Remove file, now that it's part of autoconf. | |
1184 | |
3716 | 1185 2002-01-22 Paul Eggert <eggert@twinsun.com> |
1186 | |
1187 * jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO. | |
1188 | |
3706 | 1189 2002-01-19 Jim Meyering <meyering@lucent.com> |
1190 | |
1191 * jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN. | |
1192 Remove useless quotes: DF_PROG="df". | |
1193 * strnlen.m4: New file. | |
1194 | |
3681 | 1195 2001-12-14 Jim Meyering <meyering@lucent.com> |
1196 | |
1197 * jm-macros.m4 (jm_MACROS): Check for iswspace. | |
1198 Suggestion from Bruno Haible. | |
1199 | |
3642 | 1200 2001-11-20 Jim Meyering <meyering@lucent.com> |
1201 | |
1202 * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that | |
4474
f1650b772bb6
Correct SunOS and Solaris version number notation to match Sun's usage.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4463
diff
changeset
|
1203 SunOS 4.1.4 and Solaris 2.5.1 lose, too. |
3642 | 1204 |
3631 | 1205 2001-11-19 Jim Meyering <meyering@lucent.com> |
1206 | |
3633 | 1207 * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary |
1208 directory. Use "conftestXXXXXX" as the template. | |
1209 Suggestion from Paul Eggert. | |
1210 | |
3634 | 1211 * mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor immediately, |
3633 | 1212 so the test doesn't mistakenly hit the max-open-files limit. |
3631 | 1213 |
3627 | 1214 2001-11-18 Jim Meyering <meyering@lucent.com> |
1215 | |
1216 * prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv. | |
1217 | |
3617 | 1218 2001-11-17 Jim Meyering <meyering@lucent.com> |
1219 | |
1220 * mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro. | |
1221 Prompted by a report from Bob Proulx. | |
1222 | |
1223 * jm-macros.m4 (jm_MACROS): Don't test for mkstemp here. | |
1224 Instead, require UTILS_FUNC_MKSTEMP. | |
1225 | |
3611 | 1226 2001-11-11 Jim Meyering <meyering@lucent.com> |
1227 | |
1228 * jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM. | |
1229 Now, that's done as part of AC_FUNC_STRTOD. | |
1230 | |
3610 | 1231 2001-10-22 Paul Eggert <eggert@twinsun.com> |
1232 | |
1233 * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define | |
1234 WINSIZE_IN_PTEM if <termios.h> defines struct winsize. | |
1235 | |
3604 | 1236 2001-11-10 Jim Meyering <meyering@lucent.com> |
1237 | |
1238 * prereq.m4 (jm_PREREQ_PHYSMEM): New function. | |
1239 (jm_PREREQ): Use it. | |
1240 | |
3599 | 1241 2001-11-09 Jim Meyering <meyering@lucent.com> |
1242 | |
3601 | 1243 * jm-macros.m4: Require autoconf-2.52f. |
1244 (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD): | |
1245 Use these AC_-prefixed names, not the AM_-prefixed ones. | |
1246 | |
3599 | 1247 * afs.m4 (jm_AFS): Quote the body. Patch by Akim Demaille. |
1248 | |
3595 | 1249 2001-11-04 Jim Meyering <meyering@lucent.com> |
1250 | |
1251 * fpending.m4: Remove unused cruft that saved, set, and restored $DEFS. | |
1252 | |
3587 | 1253 2001-11-03 Jim Meyering <meyering@lucent.com> |
1254 | |
3593 | 1255 * jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg |
1256 of AC_DEFUN. | |
1257 | |
3587 | 1258 * dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to |
1259 know the name of the variable in the macro definition. | |
1260 | |
3568 | 1261 2001-11-01 Jim Meyering <meyering@lucent.com> |
1262 | |
1263 * dirfd.m4 (UTILS_FUNC_DIRFD): New macro. | |
1264 * jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD. | |
1265 | |
3549 | 1266 2001-10-20 Paul Eggert <eggert@twinsun.com> |
1267 | |
1268 * error.m4 (jm_PREREQ_ERROR): | |
1269 Do not invoke AC_CHECK_FUNCS with strerror_r, as | |
1270 AC_FUNC_STRERROR_R does that. | |
1271 Check for strerror declaration. | |
1272 | |
1273 * strerror_r.m4: Add copyright notice, as nontrivial m4 files | |
1274 are supposed to have them these days. | |
1275 (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached. | |
1276 Merge changes from latest Autoconf CVS. | |
1277 Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p, | |
1278 and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since | |
1279 POSIX decided to standardize on the int flavor of strerror_r. | |
1280 | |
3540 | 1281 2001-09-30 Jim Meyering <meyering@lucent.com> |
1282 | |
1283 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if | |
1284 `struct fsstat' has the `f_fstypename' member. | |
1285 Use that to define FS_TYPE, which is now used to make | |
1286 the getfsstat link test tighter. | |
1287 | |
3530 | 1288 2001-09-29 Jim Meyering <meyering@lucent.com> |
1289 | |
1290 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS) | |
1291 [one-argument getmntent function]): Include stdio.h before mntent.h. | |
4474
f1650b772bb6
Correct SunOS and Solaris version number notation to match Sun's usage.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4463
diff
changeset
|
1292 SunOS 4.1.x needs it for the declaration of `FILE'. |
3530 | 1293 Patch by Volker Borchert. |
1294 | |
3532 | 1295 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS) |
1296 Check for these headers: sys/param.h sys/ucred.h sys/mount.h | |
1297 sys/fs_types.h, and make the link-test for getfsstat guard #include | |
1298 directives with appropriate #if HAVE_*_H tests so that we can | |
1299 detect getfsstat on Apple Darwin1.3.7 systems. | |
1300 Reported by Nelson Beebe. | |
3534 | 1301 Fix harmless typo in cache variable name: s/getsstat/getfsstat/. |
3532 | 1302 |
3526 | 1303 2001-09-28 Paul Eggert <eggert@twinsun.com> |
1304 | |
1305 Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which | |
1306 #defines strtoimax. Also treat the other strto* functions | |
1307 like strtoimax. | |
1308 | |
3530 | 1309 * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): |
3526 | 1310 Check for strtoul and strtoumax, |
1311 as those declarations are made even in the signed case. | |
3530 | 1312 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): |
3526 | 1313 Likewise, for strtol and strtoimax. |
1314 | |
3510 | 1315 2001-09-24 Jim Meyering <meyering@lucent.com> |
1316 | |
1317 * gettext.m4: Use the version from gettext-0.10.40, not CVS. | |
1318 | |
3505 | 1319 2001-09-23 Jim Meyering <meyering@lucent.com> |
1320 | |
1321 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test | |
1322 instead of the mere test for existence of mntent.h. The latter | |
1323 would get a false-positive on AIX 3.4 systems. | |
3507 | 1324 In the outer getmntent if-block, don't die if neither of the getmntent |
1325 tests succeeds. Instead, just fall through and continue with the | |
1326 remaining tests. | |
3505 | 1327 |
3500 | 1328 2001-09-22 Jim Meyering <meyering@lucent.com> |
1329 | |
3501 | 1330 * gettext.m4: New file. From gettext. |
3500 | 1331 * lcmessage.m4: Sync with gettext -- this changes only comments. |
1332 * progtest.m4: Likewise | |
1333 * isc-posix.m4: Decrement serial number to sync with gettext. | |
1334 * glibc21.m4: Likewise. | |
1335 | |
1336 * libintl.m4: Remove. No longer used. | |
1337 | |
3489 | 1338 2001-09-20 Jim Meyering <meyering@lucent.com> |
1339 | |
1340 * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of | |
3491 | 1341 strtoimax. |
3489 | 1342 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of |
1343 strtoumax. | |
1344 | |
3485 | 1345 2001-09-17 Jim Meyering <meyering@lucent.com> |
1346 | |
1347 * chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4, | |
1348 * jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4, | |
1349 * nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4, | |
1350 * st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4, | |
1351 * utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, | |
1352 whenever the right hand side need not be expanded by the shell. | |
1353 | |
3484 | 1354 2001-09-16 Paul Eggert <eggert@twinsun.com> |
1355 | |
1356 * fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C | |
1357 library. It's not correct, as some older glibcs are buggy. | |
1358 fnmatch wasn't fixed until glibc 2.2. | |
1359 | |
1360 Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no | |
1361 special shell magic here. | |
1362 | |
3477 | 1363 2001-09-16 Jim Meyering <meyering@lucent.com> |
1364 | |
1365 * mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro. | |
1366 * jm-macros.m4: Require it. | |
1367 | |
3474 | 1368 2001-09-15 Jim Meyering <meyering@lucent.com> |
1369 | |
1370 * jm-macros.m4: Check for help2man. | |
1371 | |
3469 | 1372 2001-09-11 Jim Meyering <meyering@lucent.com> |
1373 | |
1374 * host-os.m4 (UTILS_HOST_OS): New file/macro. | |
1375 The body, by Paul Eggert, was moved here from configure.in. | |
3471 | 1376 * jm-macros.m4: Require UTILS_HOST_OS. |
3469 | 1377 |
3463 | 1378 2001-09-04 Paul Eggert <eggert@twinsun.com> |
1379 | |
1380 * prereq.m4 (jm_PREREQ_XREADLINK): New macro. | |
1381 (jm_PREREQ): Use it. | |
1382 | |
3456 | 1383 2001-09-03 Paul Eggert <eggert@twinsun.com> |
1384 | |
1385 * prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and | |
1386 sys/param.h, as pathmax.h includes them. | |
1387 | |
3449 | 1388 2001-09-03 Paul Eggert <eggert@twinsun.com> |
1389 | |
1390 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD. | |
1391 (jm_PREREQ_XGETCWD): New macro. | |
1392 | |
1393 * getcwd.m4: New file. | |
1394 | |
3445 | 1395 2001-09-01 Jim Meyering <meyering@lucent.com> |
1396 | |
1397 * jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name. | |
1398 Used by df. | |
1399 | |
3430 | 1400 2001-08-30 Paul Eggert <eggert@twinsun.com> |
1401 | |
1402 Simplify code, partly by assuming autoconf 2.52 semantics. | |
1403 | |
1404 * Makefile.am (EXTRA_DIST): Remove uintmax_t.m4. | |
1405 | |
1406 * inttypes.m4 (AC_PREREQ): Bump to 2.52. | |
1407 (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52. | |
1408 All uses removed. | |
1409 (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T): | |
1410 Move AC_REQUIRE to next-to-top level, to avoid confusion. | |
1411 Use 2.52's AC_CHECK_TYPE instead of merely looking for the header. | |
1412 * prereq.m4 (jm_PREREQ_HUMAN): Don't require jm_AC_HEADER_INTTYPES_H. | |
1413 * jm-macros.m4 (jm_MACROS): Likewise. | |
1414 | |
1415 * uintmax_t.m4: Remove, as it duplicates inttypes.m4. | |
1416 | |
1417 * xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): | |
1418 Quote first arg of AC_DEFUN. | |
1419 Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG | |
1420 since they are needed to parse the include file even if we need | |
1421 only xstrtoimax. Simplify logic behind the args to AC_REPLACE. | |
1422 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise, | |
1423 but with opposite signedness. | |
1424 | |
3402 | 1425 2001-08-30 Paul Eggert <eggert@twinsun.com> |
1426 | |
1427 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE. | |
1428 (jm_PREREQ_EXCLUDE): New macro. | |
1429 | |
3373 | 1430 2001-08-26 Jim Meyering <meyering@lucent.com> |
1431 | |
1432 * jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX. | |
1433 | |
1434 * xstrtoimax.m4: New file. | |
1435 * xstrtoumax.m4: Add comments explaining why we | |
1436 AC_REPLACE_FUNCS(strtol). | |
1437 | |
3358 | 1438 2001-06-20 Paul Eggert <eggert@twinsun.com> |
1439 | |
1440 * inttypes.m4: Add AC_PREREQ(2.13). | |
1441 (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too. | |
1442 (jm_AC_TYPE_INTMAX_T): New macro. | |
1443 (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4. | |
1444 | |
1445 * longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro. | |
1446 | |
1447 * longlong.m4: Renamed from ulonglong.m4. | |
1448 * inttypes.m4: Renamed from inttypes_h.m4. | |
1449 * uintmax_t.m4: Removed. | |
1450 | |
3340 | 1451 2001-08-12 Jim Meyering <meyering@lucent.com> |
1452 | |
1453 * afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4, | |
1454 d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4, | |
1455 fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4, | |
1456 group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4, | |
1457 jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4, | |
1458 link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4, | |
1459 mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4, | |
1460 prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4, | |
1461 rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, | |
1462 strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4, | |
1463 utime.m4, utimes.m4, xstrtoumax.m4: | |
1464 Quote the first argument in each use of AC_DEFUN. | |
1465 | |
3331 | 1466 2001-08-05 Jim Meyering <meyering@lucent.com> |
1467 | |
1468 * jm-macros.m4: Require autoconf-2.52. | |
1469 | |
3324 | 1470 2001-08-03 Paul Eggert <eggert@twinsun.com> |
1471 | |
1472 The following changes are from gettext 0.10.39 as maintained by | |
1473 Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ. | |
1474 | |
1475 * codeset.m4: Upgrade to serial AM1. | |
1476 (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET; | |
1477 all uses changed. Quote first arg of AC_DEFUN. | |
1478 (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset. | |
1479 | |
1480 * iconv.m4: Upgrade to serial AM2. | |
1481 (AM_ICONV): Renamed from jm_ICONV; all uses changed. | |
1482 Add --with-libconv-prefix. | |
1483 Quote first arg of AC_DEFUN. Add description for ICONV_CONST. | |
1484 (am_cv_func_iconv): Renamed from jm_cv_func_iconv. | |
1485 (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv. | |
1486 (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv. | |
1487 * jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings. | |
1488 | |
1489 * c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN. | |
1490 * getline.m4 (AM_FUNC_GETLINE): Likewise. | |
1491 * glibc21.m4 (jm_GLIBC21): Likewise. | |
1492 * inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise. | |
1493 * isc-posix.m4 (AC_ISC_POSIX): Likewise. | |
1494 * lcmessage.m4 (AM_LC_MESSAGES): Likewise. | |
1495 * progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise. | |
1496 * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise. | |
1497 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise. | |
1498 | |
1499 * getline.m4 (AM_FUNC_GETLINE): Don't bother checking for | |
1500 string.h any more. | |
1501 | |
3334 | 1502 * progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no", |
1503 not the default value. | |
3324 | 1504 |
3334 | 1505 2001-06-25 Bruno Haible <haible@clisp.cons.org> |
1506 * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES. | |
1507 Also check for mbsinit. Needed for SCO 3.2v5.0.2. | |
1508 Also include <string.h>; this is where AIX 3.2.5 declares wcwidth. | |
1509 Also check for iswcntrl, used for wcwidth fallback. | |
1510 Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability | |
1511 to Autoconf 2.13. | |
3324 | 1512 |
3310 | 1513 2001-08-03 Jim Meyering <meyering@lucent.com> |
1514 | |
1515 * mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include', | |
1516 as it was in the original. Reported by Paul Eggert. | |
1517 | |
3308 | 1518 2001-07-16 Jim Meyering <meyering@lucent.com> |
1519 | |
1520 * gettimeofday.m4: New file. | |
1521 Prompted by a report from Bernhard Baehr. | |
1522 | |
3295 | 1523 2001-07-15 Jim Meyering <meyering@lucent.com> |
1524 | |
3308 | 1525 * Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h stuff. |
1526 Now it's in ../Makefile.cfg. | |
1527 | |
3295 | 1528 2001-07-04 Jim Meyering <meyering@lucent.com> |
1529 | |
1530 * Makefile.am.in (glibc-io.struct): New target. Rework the code | |
1531 that generates jm-glibc-io.m4 so that it doesn't trigger any make | |
1532 distcheck failure. | |
1533 | |
3284 | 1534 2001-07-02 Jim Meyering <meyering@lucent.com> |
1535 | |
1536 The following changes were prompted by suggestions from Bruno Haible. | |
1537 | |
1538 * jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4 | |
1539 is now generated. | |
1540 * Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted | |
1541 definition of EXTRA_DIST. | |
1542 (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to | |
1543 ensure that the generated file is created/updated whenever the list | |
1544 of $(unlocked_functions) is changed. | |
1545 (jm-glibc-io.m4): New rule. | |
1546 (unlocked-io.h): New rule -- currently unused. | |
1547 | |
3282 | 1548 2001-06-24 Jim Meyering <meyering@lucent.com> |
1549 | |
1550 * regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an | |
1551 unmatched right bracket, rather than kludging it with an extra, | |
1552 falsely-matching quote in a comment. Patch by Akim Demaille. | |
1553 | |
3277 | 1554 2001-05-27 Jim Meyering <meyering@lucent.com> |
1555 | |
1556 * prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx. | |
1557 Check for ut_type in struct utmp. | |
1558 | |
3271 | 1559 2001-05-22 Jim Meyering <meyering@lucent.com> |
1560 | |
1561 * strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime), | |
1562 now that we use the package-supplied version unconditionally. | |
1563 (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason. | |
1564 | |
3269 | 1565 2001-05-21 Jim Meyering <meyering@lucent.com> |
1566 | |
1567 * regex.m4: Change a couple backticks to single quotes to avoid shell | |
1568 syntax errors. | |
1569 | |
3266 | 1570 2001-05-19 Alexandre Duret-Lutz <duret_g@epita.fr> |
1571 | |
1572 * dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__. | |
1573 | |
3259 | 1574 2001-05-11 Paul Eggert <eggert@twinsun.com> |
1575 | |
3358 | 1576 * strftime.m4 (jm_FUNC_GNU_STRFTIME): |
3259 | 1577 Don't bother to check library strftime, since |
1578 we'll be using our own my_strftime function anyway. | |
1579 Define my_strftime instead of strftime. | |
1580 | |
3254 | 1581 2001-05-15 Jim Meyering <meyering@lucent.com> |
1582 | |
1583 * regex.m4: Use proper quoting so brackets appear in the test program. | |
3257 | 1584 Reported by, and with help from, Bruno Haible. |
3254 | 1585 |
3252 | 1586 2001-05-13 Jim Meyering <meyering@lucent.com> |
1587 | |
1588 * jm-macros.m4 (major_t, minor_t): Define to unsigned int if undefined. | |
1589 | |
3235 | 1590 2000-11-26 Paul Eggert <eggert@twinsun.com> |
1591 | |
1592 * jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used. | |
1593 | |
3233 | 1594 2001-04-21 Jim Meyering <meyering@lucent.com> |
1595 | |
1596 * rmdir-errno.m4: Write to a new file, so that a restrictive umask | |
1597 doesn't interfere. | |
1598 | |
3231 | 1599 2001-04-21 Alexandre Duret-Lutz <duret_g@epita.fr> |
1600 | |
1601 * ftruncate.m4: Check for chsize. | |
1602 Link with ftruncate.o unconditionally if ftruncate is missing. | |
1603 This was required when cross-compiling to i586-mingw32msvc. | |
1604 | |
3225 | 1605 2001-03-24 Jim Meyering <meyering@lucent.com> |
1606 | |
1607 * jm-macros.m4: Require autoconf-2.49d. | |
1608 | |
3223 | 1609 2001-03-20 Bruno Haible <haible@clisp.cons.org> |
1610 | |
1611 * iconv.m4 (jm_ICONV): Recommend GNU libiconv. | |
1612 | |
3219 | 1613 2001-03-17 Jim Meyering <meyering@lucent.com> |
3216 | 1614 |
3218 | 1615 * memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP, |
1616 now that the version in autoconf is equivalent. | |
1617 (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP. | |
1618 | |
3216 | 1619 * error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R. |
1620 Suggestion from Akim Demaille. | |
1621 | |
1622 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME. | |
1623 (jm_PREREQ_TEMPNAME): New function. | |
1624 | |
3194 | 1625 2001-02-25 Paul Eggert <eggert@twinsun.com> |
1626 | |
1627 * jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system | |
1628 lacks mkstemp. Compile our own tempname.c if we compile our own | |
1629 mkstemp.c, as mkstemp relies on tempname. | |
1630 | |
3190 | 1631 2001-03-01 Jim Meyering <meyering@lucent.com> |
1632 | |
1633 * dos.m4 (jm_AC_DOS): Remove extra backslashes, now that | |
1634 AH_VERBATIM really does output its argument verbatim. | |
1635 | |
3188 | 1636 2001-02-18 Paul Eggert <eggert@twinsun.com> |
1637 | |
1638 * jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h. | |
1639 | |
3172 | 1640 2001-02-17 Jim Meyering <meyering@lucent.com> |
1641 | |
3179 | 1642 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for |
1643 getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt | |
1644 further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on | |
1645 UnixWare 7.1.1. | |
1646 | |
3172 | 1647 * mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc., |
1648 rather than AC_CACHE_VAL. | |
1649 | |
1650 2001-02-17 Paul Eggert <eggert@twinsun.com> | |
1651 | |
3173 | 1652 * mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC. |
1653 * mbswidth.m4 (jm_PREREQ_MBSWIDTH): | |
3172 | 1654 Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc). |
3173 | 1655 * prereq.m4 (jm_PREREQ_QUOTEARG): Likewise. |
3172 | 1656 |
3158 | 1657 2001-02-07 Jim Meyering <meyering@lucent.com> |
1658 | |
1659 * regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug. | |
1660 | |
3156 | 1661 2001-02-05 Jim Meyering <meyering@lucent.com> |
1662 | |
1663 * jm-macros.m4: Require autoconf-2.14d (not yet released), because | |
1664 it includes the patch required for `large file' support with at least | |
1665 HP-UX's 10.20 /bin/cc. | |
1666 | |
3153 | 1667 2001-02-03 Jim Meyering <meyering@lucent.com> |
1668 | |
1669 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of | |
1670 AS_IF, now that it works once again (mysteriously). | |
1671 * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise. | |
1672 | |
3147 | 1673 2001-01-30 Jim Meyering <meyering@lucent.com> |
1674 | |
1675 Don't use filenames that are 8.3-equivalent to "conftest" on DOS. | |
1676 * chown.m4: Rename conftestchown to conftest.chown. | |
1677 * rename.m4: s/conftestdir/conftest.d1/ and s/conftestdir2/conftest.d2/. | |
1678 * utimes.m4: s/conftestdata/conftest.data/ | |
1679 Inspired by Pavel Roskin's change in autoconf. | |
1680 | |
3138 | 1681 2001-01-27 Jim Meyering <meyering@lucent.com> |
1682 | |
3141 | 1683 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was |
1684 a use of AS_IF. | |
3138 | 1685 * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise. |
1686 | |
3131 | 1687 2001-01-26 Jim Meyering <meyering@lucent.com> |
1688 | |
1689 * prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that | |
1690 quotearg.c includes it. | |
1691 | |
3126 | 1692 2001-01-15 Bruno Haible <haible@clisp.cons.org> |
1693 | |
1694 * iconv.m4 (jm_ICONV): Also check whether the iconv declaration | |
1695 has const. | |
1696 | |
3116 | 1697 2001-01-20 Jim Meyering <meyering@lucent.com> |
1698 | |
3119 | 1699 Be sure that headers are checked before used in code compiled |
1700 for the type checks. | |
1701 * jm-macros.m4 (jm_MACROS): Remove all header checks. | |
1702 In place of that, invoke jm_CHECK_ALL_TYPES. | |
1703 (jm_CHECK_ALL_HEADERS): New functions with the above checks. | |
1704 (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS. | |
3122 | 1705 Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES; |
3121 | 1706 The check for ssize_t was mistakenly run before the test for unistd.h. |
3119 | 1707 |
3116 | 1708 The configure-time check for stdbool.h was missing. |
1709 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH. | |
1710 (jm_PREREQ_HASH): New function. | |
1711 | |
3111 | 1712 2001-01-17 Jim Meyering <meyering@lucent.com> |
1713 | |
1714 * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE, | |
1715 for autoconf-2.49c. | |
1716 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise. | |
1717 | |
3101 | 1718 2001-01-14 Jim Meyering <meyering@lucent.com> |
1719 | |
1720 * rename.m4: Use temporary directories named conftestdir{,2}, not | |
1721 foo and bar. Create conftestdir/ in the script, not in the C code. | |
1722 Remove directories in the script, not in the C code. | |
3106 | 1723 Remove conftestdir{,2} before trying to create the directory. |
1724 Make the entire configure script fail if the mkdir fails. | |
3101 | 1725 |
1726 2001-01-02 Volker Borchert <bt@teknon.de> | |
1727 | |
1728 * rename.m4: New file. | |
1729 * jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME. | |
1730 | |
3093 | 1731 2001-01-01 Alexandre Duret-Lutz <duret_g@epita.fr> |
1732 | |
1733 * libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by | |
1734 expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN, | |
1735 so `make install' also works in VPATH builds. | |
1736 | |
3087 | 1737 2001-01-01 Jim Meyering <meyering@lucent.com> |
1738 | |
3089 | 1739 * prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available), even |
1740 on systems with utmpx.h. It's necessary for the declaration of utmp's | |
1741 ut_user member. Reported by Andreas Jaeger. | |
1742 | |
3087 | 1743 * check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if available. |
1744 They are required for the declarations of getgrgid and getpwuid resp. | |
1745 (_jm_DECL_HEADERS): Check for grp.h and pwd.h. | |
1746 Reported by Andreas Jaeger. | |
1747 | |
3085 | 1748 2000-12-25 Alexandre Duret-Lutz <duret_g@epita.fr> |
1749 | |
1750 * libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR, | |
1751 prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it | |
1752 can be used in subdirectories. | |
1753 | |
3079 | 1754 2000-12-26 Jim Meyering <meyering@lucent.com> |
1755 | |
1756 * dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work better | |
1757 with autoheader. | |
1758 | |
3058 | 1759 2000-12-17 Jim Meyering <meyering@lucent.com> |
1760 | |
1761 * dos.m4 (jm_AC_DOS): New file and macro. | |
1762 * jm-macros.m4 (jm_MACROS): Require jm_AC_DOS. | |
1763 | |
3045 | 1764 2000-12-06 Paul Eggert <eggert@twinsun.com> |
1765 | |
1766 * off_t-format.m4: Remove this file. | |
1767 * jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT. | |
1768 | |
3030 | 1769 2000-12-06 Jim Meyering <meyering@lucent.com> |
1770 | |
1771 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the replacement | |
1772 strtoull, we may well need the replacement strtoul, too. | |
3034 | 1773 Check for declarations of strtoul and strtoull. |
3036 | 1774 Check for strtol. Mainly as a cue to cause automake to include |
1775 strtol.c -- that file is included by each of strtoul.c and strtoull.c. | |
1776 Check for limits.h -- strtol.c needs it. | |
3030 | 1777 |
3017 | 1778 2000-12-02 Jim Meyering <meyering@lucent.com> |
1779 | |
1780 * off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro. | |
1781 * jm-macros.m4 (jm_MACROS): require it. | |
1782 | |
3007 | 1783 2000-11-30 Jim Meyering <meyering@lucent.com> |
1784 | |
3008 | 1785 * jm-macros.m4 (jm_MACROS): Check for stdint.h. |
3007 | 1786 |
3003 | 1787 2000-11-30 Jim Meyering <meyering@lucent.com> |
1788 | |
1789 * getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf. | |
1790 | |
2970 | 1791 2000-11-03 Bruno Haible <haible@clisp.cons.org> |
1792 | |
1793 * jm-macros.m4 (jm_MACROS): Add test for wcrtomb. | |
1794 | |
2959 | 1795 2000-11-04 Jim Meyering <meyering@lucent.com> |
1796 | |
1797 * regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'. | |
1798 | |
2944 | 1799 2000-10-29 Jim Meyering <meyering@lucent.com> |
1800 | |
1801 * fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf renaming. | |
1802 * ls-mntd-fs.m4: Likewise | |
1803 | |
2937 | 1804 2000-10-28 Jim Meyering <meyering@lucent.com> |
1805 | |
1806 * prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR. | |
1807 (jm_PREREQ_MEMCHR): New function. | |
1808 | |
2893 | 1809 2000-10-21 Jim Meyering <meyering@lucent.com> |
1810 | |
1811 * check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr. | |
1812 * prereq.m4 (jm_PREREQ_DIRNAME): New macro. | |
1813 * jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr. | |
1814 | |
2871 | 1815 2000-09-18 Jim Meyering <meyering@lucent.com> |
1816 | |
1817 * getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of LIBS. | |
1818 Otherwise, everyone ends up linking with -lelf for some configurations. | |
1819 Reported by Mike Stone. | |
1820 | |
2833 | 1821 2000-08-26 Jim Meyering <meyering@lucent.com> |
1822 | |
1823 * jm-macros.m4: Use jm_FUNC_FPENDING. | |
1824 * fpending.m4: New file. | |
1825 | |
2823 | 1826 2000-08-20 Jim Meyering <meyering@lucent.com> |
1827 | |
1828 * check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than | |
1829 `#if !HAVE_UTMPX_H'. The latter would lose on systems with neither | |
1830 utmp.h nor utmpx.h. Reported by Eli Zaretskii. | |
1831 | |
2819 | 1832 2000-08-11 J. David Anglin <dave@hiauly1.hia.nrc.ca> |
1833 | |
1834 Improve fileutils installation on systems where running | |
1835 programs (like install) can't be unlinked. | |
1836 * unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro. | |
1837 * jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT. | |
1838 | |
2806 | 1839 2000-08-06 Paul Eggert <eggert@twinsun.com> |
1840 | |
3173 | 1841 * mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int, |
2806 | 1842 not char, for compatibility with glibc 2.1.3 strftime.c. |
1843 | |
2773 | 1844 2000-07-23 Paul Eggert <eggert@twinsun.com> |
1845 | |
1846 * mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration. | |
1847 | |
2766 | 1848 2000-07-23 Jim Meyering <meyering@lucent.com> |
1849 | |
1850 * check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these, too: | |
1851 getgrgid, getpwuid, getuid. | |
1852 | |
2755 | 1853 2000-07-16 Bruno Haible <haible@clisp.cons.org> |
1854 | |
2901 | 1855 * mbswidth.m4: New file. |
1856 * prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH. | |
2755 | 1857 |
2745 | 1858 2000-07-14 Jim Meyering <meyering@lucent.com> |
1859 | |
1860 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require jm_AC_TYPE_UINTMAX_T. | |
1861 | |
2740 | 1862 2000-07-10 Paul Eggert <eggert@twinsun.com> |
1863 | |
1864 From a suggestion by Bruno Haible. | |
1865 * mbstate_t.m4 (AC_MBSTATE_T): | |
1866 Renamed from AC_MBSTATE_T_OBJECT. All uses changed. | |
1867 Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT | |
1868 and mbstate_t, to a single-part test that simply defines mbstate_t. | |
2745 | 1869 * prereq.m4 (jm_PREREQ_QUOTEARG): s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/. |
2740 | 1870 |
2732 | 1871 2000-07-10 Jim Meyering <meyering@lucent.com> |
1872 | |
2734 | 1873 * strerror_r.m4: Mirror the correction made in autoconf. |
1874 | |
2732 | 1875 * gnu-source.m4: Output to confdefs.h directly. |
1876 Suggestion from Akim Demaille. | |
1877 | |
2726 | 1878 2000-07-09 Jim Meyering <meyering@lucent.com> |
1879 | |
2729 | 1880 * jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required |
1881 to link seq. If so, set SEQ_LIBM to -lm. From Bruno Haible. | |
1882 | |
2726 | 1883 * gnu-source.m4 (AC__GNU_SOURCE): New file/macro. |
1884 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it. | |
1885 | |
2714 | 1886 2000-07-05 Bruno Haible <haible@clisp.cons.org> |
1887 | |
1888 * strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer | |
1889 to strerror_r. | |
2716 | 1890 Include <ctype.h> for use of isalpha. |
2714 | 1891 |
2712 | 1892 2000-07-05 Paul Eggert <eggert@twinsun.com> |
1893 and Bruno Haible <haible@clisp.cons.org> | |
1894 | |
1895 * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t | |
1896 only if the test for an object-type mbstate_t fails. This | |
1897 prevents us from mistakenly reporting that mbstate_t is a | |
1898 system object type after we "#define mbstate_t int" to work | |
1899 around its lack. | |
1900 | |
2701 | 1901 2000-07-04 Jim Meyering <meyering@lucent.com> |
1902 | |
1903 * fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead | |
2702 | 1904 of the deprecated AC_CHECKING. |
2701 | 1905 |
2698 | 1906 2000-07-03 Jim Meyering <meyering@lucent.com> |
1907 | |
1908 * check-decl.m4 (AC_CHECK_DECLS): Add strnlen. | |
1909 | |
2695 | 1910 2000-07-03 Paul Eggert <eggert@twinsun.com> |
1911 | |
1912 * mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13. | |
1913 Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H. | |
1914 | |
2683
522ab167a508
Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Jim Meyering <jim@meyering.net>
parents:
2681
diff
changeset
|
1915 2000-07-02 Jim Meyering <meyering@lucent.com> |
522ab167a508
Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Jim Meyering <jim@meyering.net>
parents:
2681
diff
changeset
|
1916 |
2691 | 1917 * mbstate_t.m4: Also define mbstate_t, if necessary. |
1918 | |
2683
522ab167a508
Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Jim Meyering <jim@meyering.net>
parents:
2681
diff
changeset
|
1919 * chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with |
2686 | 1920 AC_LIBOBJ(function_name). |
2684 | 1921 * chown.m4: Likewise. |
1922 * fnmatch.m4: Likewise. | |
1923 * ftruncate.m4: Likewise. | |
1924 * getgroups.m4: Likewise. | |
1925 * getline.m4: Likewise. | |
1926 * group-member.m4: Likewise. | |
1927 * jm-macros.m4: Likewise. | |
1928 * lstat.m4: Likewise. | |
1929 * malloc.m4: Likewise. | |
1930 * memcmp.m4: Likewise. | |
1931 * nanosleep.m4: Likewise. | |
1932 * putenv.m4: Likewise. | |
1933 * realloc.m4: Likewise. | |
1934 * regex.m4: Likewise. | |
1935 * stat.m4: Likewise. | |
1936 * strftime.m4: Likewise. | |
2683
522ab167a508
Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with AC_LIBOBJ([function_name]).
Jim Meyering <jim@meyering.net>
parents:
2681
diff
changeset
|
1937 |
2681 | 1938 2000-07-01 Jim Meyering <meyering@lucent.com> |
1939 | |
1940 * ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated | |
1941 problem. | |
1942 | |
2679 | 1943 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
1944 | |
1945 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific | |
1946 macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV. | |
1947 | |
2675 | 1948 2000-07-01 Jim Meyering <meyering@lucent.com> |
1949 | |
1950 * uptime.m4: Put double quotes around use of $cross_compiling. | |
1951 | |
2666 | 1952 2000-06-28 Jim Meyering <meyering@lucent.com> |
1953 | |
1954 * mbstate_t.m4: Use stdlib.h, not stdio.h. The latter is not included | |
1955 by quotearg.c, for which we perform this test. From Bruno Haible. | |
1956 | |
2662 | 1957 2000-06-17 Bruno Haible <haible@clisp.cons.org> |
1958 | |
1959 * check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well. | |
1960 * prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or | |
1961 <utmpx.h> exists, put readutmp.o into LIBOBJS. | |
1962 | |
2653 | 1963 2000-06-25 Jim Meyering <meyering@lucent.com> |
1964 | |
1965 * mbstate_t.m4: Include stdio.h before wchar.h to work around | |
1966 Linux header bug when _XOPEN_SOURCE is defined to 500. | |
1967 | |
2644 | 1968 2000-06-24 Jim Meyering <meyering@lucent.com> |
1969 | |
1970 * strerror_r.m4: Revive this file -- to try out an experimental | |
1971 version of AC_FUNC_STRERROR_R that may work even on BeOS, a system | |
1972 for which strerror does return char*, but which lacks a conveniently | |
2649 | 1973 accessible declaration of the function. If the compile-test says |
1974 strerror_r doesn't work, then resort to a `run'-test that works on | |
1975 BeOS and segfaults on DEC Unix. | |
2644 | 1976 |
2639 | 1977 2000-06-19 Paul Eggert <eggert@twinsun.com> |
1978 | |
1979 * mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT. | |
1980 * prereq.m4 (jm_PREREQ_QUOTEARG): Use it. Add check for iswprint. | |
2635 | 1981 |
2640 | 1982 2000-06-23 Jim Meyering <meyering@lucent.com> |
1983 | |
2635 | 1984 * afs.m4: Add missing AC_MSG_RESULT. |
1985 Reported by Bruno Haible. | |
1986 | |
1987 * fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/. | |
1988 Suggestion from Bruno Haible. | |
1989 | |
2632 | 1990 2000-06-21 Jim Meyering <meyering@lucent.com> |
1991 | |
1992 * jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass. | |
1993 | |
2604 | 1994 2000-06-18 Jim Meyering <meyering@lucent.com> |
1995 | |
2613 | 1996 * jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir. |
1997 | |
2604 | 1998 * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the |
1999 `checking whether...' message to be consistent with that of the | |
2000 lstat test. | |
2001 | |
2596 | 2002 2000-06-16 Bruno Haible <haible@clisp.cons.org> |
2003 | |
2004 * glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C. | |
2005 | |
2599 | 2006 2000-06-12 Jim Meyering <meyering@lucent.com> |
2007 | |
2008 * getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with AC_FUNC_GETLOADAVG | |
2009 from autoconf, and tweak the latter to accept an optional argument. | |
2010 * jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply | |
2011 the optional argument, `lib'. | |
2012 | |
2580 | 2013 2000-06-08 Jim Meyering <meyering@lucent.com> |
2014 | |
2015 * largefile.m4: Remove file (now that it's part of autoconf). | |
2016 | |
2577 | 2017 2000-06-04 Paul Eggert <eggert@twinsun.com> |
2018 | |
2019 Rewrite largefile configuration so that we don't need to run | |
2020 getconf and don't need AC_CANONICAL_HOST. [I'm leaving the use of | |
2021 AC_CANONICAL_HOST in configure.in -- jmm] | |
2022 | |
2023 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS, | |
2024 AC_SYS_LARGEFILE_SPACE_APPEND): Remove. | |
2025 (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro. | |
2026 (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from | |
2027 CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY. | |
2028 All uses changed. | |
2029 Instead of inspecting the output of getconf, try to compile the | |
2030 test program without and with the macro definition. | |
2031 (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check | |
2032 for getconf. Instead, check for the needed flags by compiling | |
2033 test programs. | |
2034 | |
2565 | 2035 2000-06-03 Jim Meyering <meyering@lucent.com> |
2036 | |
2567 | 2037 * prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS, |
2038 now that autoconf requires that. | |
2039 | |
2565 | 2040 * jm-glibc-io.m4: Add a kludge to make autoheader emit the required |
2041 #undefs. E.g., #undef HAVE_DECL_FERROR_UNLOCKED. | |
2042 Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that. | |
2043 | |
2559 | 2044 2000-05-26 Bruno Haible <haible@clisp.cons.org> |
2557 | 2045 |
2559 | 2046 * glibc21.m4: New file. |
3206 | 2047 * jm-macros.m4 (jm_MACROS): Call jm_GLIBC21. |
2557 | 2048 |
2542 | 2049 2000-05-28 Jim Meyering <meyering@lucent.com> |
2050 | |
2545 | 2051 * jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from |
2052 jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |
2547 | 2053 * stat.m4: Likewise. |
2054 * lstat.m4: Likewise. | |
2545 | 2055 * lstat-slash.m4: Remove file (absorbed into autoconf). |
2056 | |
2057 * jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R. | |
2542 | 2058 * strerror_r.m4: Remove file (absorbed into autoconf). |
2059 | |
2539 | 2060 2000-05-26 Jim Meyering <meyering@lucent.com> |
2061 | |
2062 * uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'. | |
2063 | |
2536 | 2064 2000-05-24 Jim Meyering <meyering@lucent.com> |
2065 | |
2066 * prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that | |
2067 autoconf requires that. | |
2068 * lib-check.m4: Likewise. | |
2069 * jm-macros.m4: Likewise. | |
2070 * strftime.m4: Likewise. | |
2071 | |
2072 * check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS, | |
2073 now that autoconf requires that. | |
2074 | |
2531 | 2075 2000-05-22 Jim Meyering <meyering@lucent.com> |
2076 | |
2077 * stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |
2078 * lstat.m4: Likewise. | |
2079 | |
2528 | 2080 2000-05-20 Jim Meyering <meyering@lucent.com> |
2081 | |
2082 * prereq.m4 (jm_PREREQ_HUMAN): New macro. | |
2083 (jm_PREREQ): Use it. | |
2084 | |
2512 | 2085 2000-05-09 Jim Meyering <meyering@lucent.com> |
2086 | |
2087 * gettext.m4: Rename this... | |
2088 * libintl.m4: ...to this. | |
2089 | |
2492 | 2090 2000-05-06 Jim Meyering <meyering@lucent.com> |
2091 | |
2512 | 2092 * jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit. |
2093 (AC_REPLACE_FUNCS): Add strnlen. | |
2499 | 2094 |
2496 | 2095 * rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file. |
2096 * jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY. | |
2097 | |
3206 | 2098 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around |
2492 | 2099 AC_SEARCH_LIBS call for nanosleep. |
2100 (LIB_NANOSLEEP): Set and AC_SUBST. | |
2101 | |
2490 | 2102 2000-05-03 Paul Eggert <eggert@twinsun.com> |
2103 | |
2104 * largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to | |
2105 be 500, instead of _GNU_SOURCE to be 1, to work around glibc | |
2106 2.1.3 bug. This avoids a clash when files like regex.c define | |
2107 _GNU_SOURCE. | |
2108 | |
2480 | 2109 2000-05-05 Jim Meyering <meyering@lucent.com> |
2110 | |
2486 | 2111 * jm-macros.m4 (jm_MACROS): Save and restore LIBS around AC_SEARCH_LIBS |
2112 call for clock_gettime. | |
2113 (LIB_CLOCK_GETTIME): Set and AC_SUBST. | |
2114 | |
2484 | 2115 * search-libs.m4: Update from autoconf. |
2116 | |
4474
f1650b772bb6
Correct SunOS and Solaris version number notation to match Sun's usage.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4463
diff
changeset
|
2117 su doesn't work on Solaris 2.6. |
2480 | 2118 * lib-check.m4: When checking for struct spwd.sp_pwdp, also include |
2119 <shadow.h>. Reported by Dragos Harabor. | |
2120 | |
2465 | 2121 2000-05-03 Jim Meyering <meyering@lucent.com> |
2122 | |
2123 * check-decl.m4 (AC_CHECK_DECLS): Add strndup. | |
2124 | |
2463 | 2125 2000-05-02 Paul Eggert <eggert@twinsun.com> |
2126 | |
2127 * largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if | |
2128 this is needed to make ftello visible (e.g. glibc 2.1.3). Use | |
2129 compile-time test, rather than inspecting host and OS, to | |
2130 decide whether to define _LARGEFILE_SOURCE. | |
2131 | |
2455 | 2132 2000-05-01 Jim Meyering <meyering@lucent.com> |
2133 | |
2458 | 2134 * fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING. |
2135 | |
2455 | 2136 * ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support. |
2137 Based on a patch from Bruno Haible. | |
2138 | |
2433 | 2139 2000-04-18 Jim Meyering <meyering@lucent.com> |
2140 | |
2141 * prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro. | |
2142 (jm_PREREQ): Use it. | |
2143 | |
2429 | 2144 2000-04-17 Jim Meyering <meyering@lucent.com> |
2145 | |
2146 Get it right :-) | |
3206 | 2147 * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the |
2429 | 2148 actual #define via AH_VERBATIM. Don't need separate AC_DEFINE. |
2149 Suggestion from Akim Demaille. | |
2150 | |
2425 | 2151 2000-04-14 Jim Meyering <meyering@lucent.com> |
2152 | |
3206 | 2153 * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form |
2425 | 2154 of AC_DEFINE. Otherwise, the #ifndef in AH_VERBATIM gets clobbered. |
2155 | |
2423 | 2156 2000-04-13 Jim Meyering <meyering@lucent.com> |
2157 | |
2158 * jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new AH_VERBATIM | |
2159 to insert required #ifndef into config.h.in. | |
2160 Suggestion from Akim Demaille. | |
2161 | |
2418 | 2162 2000-04-12 Jim Meyering <meyering@lucent.com> |
2163 | |
2421 | 2164 * getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not |
2165 `AC_CHECK_HEADER' to check for locale.h. Thanks to a report from | |
2166 Christian Krackowizer. | |
2167 | |
2419 | 2168 More code moved from ../configure.in into (jm_CHECK_ALL_TYPES). |
2418 | 2169 * jm-macros.m4 (_GNU_SOURCE): Define. |
2170 (AC_SYS_LARGEFILE): Require. | |
2171 (AM_C_PROTOTYPES): Require. | |
2172 | |
2409 | 2173 2000-04-05 Paul Eggert <eggert@twinsun.com> |
2174 | |
2175 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on | |
2176 IRIX if the installer said otherwise. | |
2177 | |
2400 | 2178 2000-04-05 Jim Meyering <meyering@lucent.com> |
2179 | |
2406 | 2180 Portability tweaks required for ultrix4.3. |
2181 * check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>. | |
2182 (jm_CHECK_DECLS): Add getutent to the list of functions. | |
2183 (_jm_DECL_HEADERS): Add utmpx.h. | |
2184 From John David Anglin. | |
2185 | |
2400 | 2186 * strftime.m4: Back out the 2000-04-02 change. |
2187 Instead of that change, simply undefine putenv in the test program. | |
2188 | |
2381 | 2189 2000-04-03 Jim Meyering <meyering@lucent.com> |
2190 | |
2390 | 2191 * gettext.m4: Fix typo in comment. |
2192 | |
2388 | 2193 * codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from |
2194 textutils/configure.in). Suggestion from Paul Eggert. | |
2383 | 2195 (AC_CHECK_FUNCS): Add nl_langinfo. (also from textutils/configure.in) |
2381 | 2196 |
2377 | 2197 2000-04-02 Paul Eggert <eggert@twinsun.com> |
2198 | |
2409 | 2199 * strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment |
2377 | 2200 variable in the shell rather than using putenv, which isn't |
2201 portable. This avoids the configure-time inter-test dependency | |
2202 on the potentially-renamed putenv function. | |
2203 | |
2374 | 2204 2000-03-30 Paul Eggert <eggert@twinsun.com> |
2205 | |
2206 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h> | |
2207 before checking struct stat.st_blksize, so that | |
2208 HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly. | |
2209 | |
2385 | 2210 2000-03-29 Paul Eggert <eggert@twinsun.com> |
2211 | |
2409 | 2212 * strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime, |
2385 | 2213 since strftime.c uses HAVE_STRFTIME to decide whether to use |
2214 the underlying strftime. | |
2215 | |
2347 | 2216 2000-03-10 Jim Meyering <meyering@lucent.com> |
2217 | |
2218 * lib-check.m4: Look for getspnam in -lgen, too. | |
2219 From Marco Franzen. | |
2220 | |
2327 | 2221 2000-02-02 Bruno Haible <haible@clisp.cons.org> |
2222 | |
2223 * codeset.m4: New file. | |
2224 * iconv.m4: New file. | |
2225 * jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV. | |
2226 | |
2326 | 2227 2000-03-04 Jim Meyering <meyering@lucent.com> |
2228 | |
2229 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE, | |
2230 for lib/localcharset.c. | |
2231 | |
2321 | 2232 2000-03-03 Jim Meyering <meyering@lucent.com> |
2233 | |
2234 * regex.m4: Make sure re_compile_pattern accepts patterns like `{1'. | |
2235 | |
2312 | 2236 2000-03-02 Jim Meyering <meyering@lucent.com> |
2237 | |
2317 | 2238 * timespec.m4: Require AC_HEADER_TIME before the cache check so |
2239 the messages come out on separate lines. | |
2240 | |
2315 | 2241 * jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS, |
2242 rather than jm_CHECK_DECLARATIONS. | |
2243 * decl.m4: Remove now-unused file. | |
2244 | |
2312 | 2245 * check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and geteuid. |
2246 | |
2292 | 2247 2000-02-27 Jim Meyering <meyering@lucent.com> |
2248 | |
2249 * check-decl.m4: Add getenv to the list. | |
2250 | |
2282 | 2251 2000-02-23 Jim Meyering <meyering@lucent.com> |
2252 | |
2253 * check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it | |
2254 in place of my hack. | |
2255 | |
2268 | 2256 2000-02-10 Jim Meyering <meyering@lucent.com> |
2257 | |
2258 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from | |
2259 gnu_nanosleep to rpl_nanosleep. | |
2260 | |
2264 | 2261 2000-02-09 Jim Meyering <meyering@lucent.com> |
2262 | |
2263 * lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in | |
4384
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
2264 struct spwd, rather than in struct passwd. Reported by Ga� Qu�i. |
2264 | 2265 |
2260 | 2266 2000-02-08 Akim Demaille <akim@epita.fr> |
2267 | |
2265 | 2268 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with |
2269 `[' and `]' and remove uses of `changequote'. | |
2260 | 2270 (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise. |
2271 (AC_SYS_LARGEFILE): Likewise. | |
2272 * gettext.m4 (AM_GNU_GETTEXT): Likewise. | |
2273 * strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use | |
2274 of changequote. | |
2275 * regex.m4 (jm_INCLUDED_REGEX): Likewise. | |
2276 * readdir.m4 (jm_FUNC_READDIR): Likewise | |
2277 * memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main. | |
2278 * getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise. | |
2279 | |
2249 | 2280 2000-02-05 Jim Meyering <meyering@lucent.com> |
2281 | |
3206 | 2282 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros. |
2249 | 2283 Remove explicit use of AC_HEADER_TIME. It is required by |
2284 jm_CHECK_TYPE_STRUCT_TIMESPEC. Using AC_HEADER_TIME and | |
2285 `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but | |
2286 in autoconf whereby the expansion of the latter ended up preceding | |
2287 the expansion of its prerequisite, AC_HEADER_TIME. | |
2288 Reported by Volker Borchert. | |
2289 | |
2245 | 2290 2000-02-03 Jim Meyering <meyering@lucent.com> |
2291 | |
2292 * prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname. | |
2293 | |
2243 | 2294 2000-02-02 Jim Meyering <meyering@lucent.com> |
2295 | |
2296 * prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no | |
2297 definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/. | |
2298 Reported by Eli Zaretskii. | |
2299 | |
2251 | 2300 2000-01-31 Jim Meyering <meyering@lucent.com> |
2301 | |
2302 * check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of | |
2303 functions. Add the time.h and sys/time.h headers along with the | |
2304 AC_REQUIRE'ment of AC_HEADER_TIME. | |
2305 | |
2232 | 2306 2000-01-30 Jim Meyering <meyering@lucent.com> |
2307 | |
2308 * lib-check.m4: Clean up some kludgy old shadow password tests. | |
2309 | |
2310 * prereq.m4 (utmp_includes): Define. | |
2311 Check for ut_user and ut_name members in both struct utmpx | |
2312 and struct utmp. | |
2313 | |
2224 | 2314 2000-01-29 Jim Meyering <meyering@lucent.com> |
2315 | |
2316 * lib-check.m4: New file containing library-related checks from | |
2317 fileutils and sh-utils (textutils had none). | |
2318 | |
2223 | 2319 2000-01-28 Jim Meyering <meyering@lucent.com> |
2320 | |
2321 * perl.m4: Change format of warning message to look more like that | |
4384
4bf5f9b5190a
Make .h file creation more reliable.
Bruno Haible <bruno@clisp.org>
parents:
4351
diff
changeset
|
2322 from the missing script. Suggestion from Fran�is Pinard. |
2223 | 2323 |
2218 | 2324 2000-01-25 Jim Meyering <meyering@lucent.com> |
2325 | |
2326 * timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as well | |
2327 as time.h in the compile check. | |
2328 * nanosleep.m4: Require AC_HEADER_TIME rather than simply using it. | |
2329 Fix typo in cross-compiling case: s/yes/no/. | |
2330 | |
2192 | 2331 2000-01-23 Jim Meyering <meyering@lucent.com> |
2332 | |
2212 | 2333 * jm-macros.m4: Move df-related tests here from fileutils/configure.in |
2334 | |
2209 | 2335 * ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/ |
2336 (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters. | |
2337 | |
2338 * fsusage.m4: New file. Extracted from fileutils/configure.in. | |
2339 s/space/ac_fsusage_space/. | |
2340 (jm_FILE_SYSTEM_USAGE): Take two parameters. | |
2341 | |
2342 * ftruncate.m4: New file (derived from part of fileutils/configure.in). | |
3206 | 2343 * jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it. |
2209 | 2344 (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT. |
2345 | |
3206 | 2346 * jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN): |
2192 | 2347 AC_SUBST these here, rather than just in sh-util/configure.in, so |
2348 that the now-shared-by-fileutils-and-textutils lib/Makefile.am are | |
2349 all the same. | |
2193 | 2350 (AM_FUNC_OBSTACK): Add (from fileutils/configure.in). |
2198 | 2351 (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils. |
2352 (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in). | |
2353 (AC_SUBST(POW_LIBM)): Likewise. | |
2200 | 2354 (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in. |
2192 | 2355 |
2169 | 2356 2000-01-22 Jim Meyering <meyering@lucent.com> |
2357 | |
2185 | 2358 * jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST. |
2359 | |
2360 * prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h. | |
2361 | |
2176 | 2362 * jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils' |
2363 configure.in | |
2178 | 2364 (AC_CHECK_HEADERS): Likewise for sh-utils. |
2181 | 2365 (AC_CHECK_HEADERS): Likewise for textutils. |
2366 Merge the three lists of headers. | |
2176 | 2367 |
2174 | 2368 * prereq.m4 (jm_PREREQ_ADDEXT): New macro. Parts moved here |
2369 from fileutils' configure.in. | |
2370 | |
2169 | 2371 * decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code. |
2372 Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4. | |
2373 | |
2374 * check-decl.m4: Use #if rather than #ifdef. | |
2375 Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL. | |
2376 (jm_CHECK_DECLARATIONS): Add strtoul strtoull. | |
2377 (_jm_DECL_HEADERS): Define new function. | |
2378 (jm_CHECK_DECLARATIONS): Require it. | |
2379 | |
2158 | 2380 2000-01-19 Jim Meyering <meyering@lucent.com> |
2381 | |
2161 | 2382 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too. |
2383 Use AC_HEADER_TIME. Volker Borchert reported that OpenBSD-2.3/sparc | |
2384 defines `struct timespec' in <sys/time.h> | |
2385 | |
2158 | 2386 * c-bs-a.m4: Remove uses of changequote altogether. |
2387 Thanks to Akim for explaining. | |
2388 | |
2135 | 2389 2000-01-16 Jim Meyering <meyering@lucent.com> |
2390 | |
2159 | 2391 * jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV, |
2392 AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME, | |
2393 jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA, | |
2394 AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME. | |
2395 | |
2396 2000-01-16 Jim Meyering <meyering@lucent.com> | |
2397 | |
2137 | 2398 * c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )' |
2399 because the latter didn't work. | |
2400 | |
2121 | 2401 2000-01-15 Jim Meyering <meyering@lucent.com> |
2402 | |
2403 * jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell. | |
2126 | 2404 (AC_REPLACE_FUNCS): Add memcpy and memset. |
2405 Add these, too: stime strcspn stpcpy strstr strtol strtoul. | |
2131 | 2406 Add strpbrk. |
2407 Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp. | |
2121 | 2408 |
2116 | 2409 2000-01-12 Jim Meyering <meyering@lucent.com> |
2410 | |
2411 * prereq.m4 (jm_PREREQ_CANON_HOST): New macro. | |
2412 (jm_PREREQ): Use it. | |
2118 | 2413 (jm_PREREQ_READUTMP): New macro. |
2414 (jm_PREREQ): Use it. | |
2116 | 2415 |
2113 | 2416 2000-01-11 Paul Eggert <eggert@twinsun.com> |
2417 | |
2418 Quote multibyte characters correctly. | |
2409 | 2419 * c-bs-a.m4: New file. |
2420 * prereq.m4 (jm_PREREQ_QUOTEARG): New macro. | |
2113 | 2421 (jm_PREREQ): Use it. |
2422 | |
2423 2000-01-11 Paul Eggert <eggert@twinsun.com> | |
2424 | |
2409 | 2425 * uintmax_t.m4: Port to autoconf 2.13. |
2113 | 2426 |
2097 | 2427 2000-01-08 Jim Meyering <meyering@ascend.com> |
2428 | |
2429 * strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro. | |
2430 * jm-macros.m4 (jm_FUNC_STRERROR_R): Require it. | |
2431 | |
2068 | 2432 2000-01-04 Jim Meyering <meyering@ascend.com> |
2433 | |
2434 * d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from | |
2435 jm_STRUCT_DIRENT_D_TYPE. | |
3206 | 2436 * d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from |
2068 | 2437 jm_STRUCT_DIRENT_D_INO. |
2438 * utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from | |
2439 jm_STRUCT_UTIMBUF. | |
2440 * jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/ renamings. | |
2084 | 2441 * utime.m4: Likewise. |
2068 | 2442 |
2443 * timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro. | |
2444 * jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it. | |
2445 | |
2067 | 2446 2000-01-03 Paul Eggert <eggert@twinsun.com> |
2447 | |
2448 * nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt | |
2449 (for Solaris 7) and in -lposix4 (for Solaris 2.5.1). | |
2450 | |
2063 | 2451 2000-01-02 Jim Meyering <meyering@ascend.com> |
2452 | |
2453 * search-libs.m4: Escape `$' in $3 of dnl comment. I no longer | |
2454 remember if this is necessary. | |
2455 | |
2059 | 2456 1999-12-26 Jim Meyering <meyering@ascend.com> |
2457 | |
2458 * jm-macros.m4: Use it here. | |
2459 * nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro. | |
2460 | |
2050 | 2461 1999-12-23 Jim Meyering <meyering@ascend.com> |
2462 | |
2463 * jm-macros.m4: Check for clock_gettime (moved from | |
2464 fileutils/configure.in) | |
2465 Check for gettimeofday. | |
2466 | |
2046 | 2467 1999-12-20 Jim Meyering <meyering@ascend.com> |
2468 | |
2469 * strftime.m4: Remove kludge, now that I'm using the fixed | |
2470 autoconf-2.14a-1999-12-20. | |
2471 | |
2039 | 2472 1999-12-19 Jim Meyering <meyering@ascend.com> |
2473 | |
2474 * lstat-slash.m4: New file. | |
2475 * jm-macros.m4: Use the new macro: | |
2476 jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |
2477 | |
2027 | 2478 1999-12-07 Jim Meyering <meyering@ascend.com> |
2479 | |
2480 * perl.m4: Require that File::Compare be available, too. | |
2481 Too many systems seem to lack it. | |
2482 | |
2483 * strftime.m4: Add checks for most of the cpp macros tested in | |
2484 GNU's strftime.c. Prompted by a patch from Paul Eggert. | |
2485 | |
2019 | 2486 1999-11-18 Paul Eggert <eggert@twinsun.com> |
2487 | |
2409 | 2488 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a |
2019 | 2489 problem with the QNX 4.25 shell, which doesn't propagate exit |
2490 status of failed commands inside shell assignments. | |
2491 | |
2017 | 2492 1999-11-17 Jim Meyering <meyering@ascend.com> |
2493 | |
2494 * gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES. | |
2495 | |
2007 | 2496 1999-11-07 Jim Meyering <meyering@ascend.com> |
2497 | |
2498 * getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE. | |
2499 | |
2001 | 2500 1999-11-06 Jim Meyering <meyering@ascend.com> |
2501 | |
2502 * link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro. | |
2503 * jm-macros.m4 (jm_MACROS): Use it here. | |
2504 | |
1994 | 2505 1999-11-05 Jim Meyering <meyering@ascend.com> |
2506 | |
2507 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from configure.in | |
2508 of textutils, fileutils, and sh-utils into this one (shared between | |
2509 those packages) file. | |
1998 | 2510 Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated |
2511 AC_STRUCT_ST_BLKSIZE. | |
1994 | 2512 |
1990 | 2513 1999-11-03 Jim Meyering <meyering@ascend.com> |
2514 | |
2515 * ssize_t.m4: Remove file. No longer needed since the new version of | |
2516 AC_CHECK_TYPE checks includes unistd.h. | |
2517 * jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'. | |
2518 Suggestion from Akim Demaille. | |
2519 | |
1978 | 2520 1999-10-30 Jim Meyering <meyering@ascend.com> |
2521 | |
2522 * uintmax_t.m4: Require 2.14a. Remove backslash before backtick in | |
2523 m4-quoted string. | |
2524 * ls-mntd-fs.m4: Likewise. | |
2525 * jm-macros.m4: Likewise. Also, use AC_TYPE_SSIZE_T instead | |
1979 | 2526 * jm-winsz1.m4: Likewise. |
1978 | 2527 |
2528 * const.m4: Remove file, since the fix made it into the experimental | |
2529 version of autoconf. | |
1984 | 2530 * mktime.m4: Likewise. |
1978 | 2531 |
2532 * check-type.m4: Remove file, now that the latest version of | |
2533 AC_CHECK_TYPE takes a third arg to specify additional #includes. | |
2534 | |
2535 * ssize_t.m4: New file, requires experimental version of autoconf. | |
2536 * jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked | |
2537 AC_CHECK_TYPE. | |
2538 | |
1963 | 2539 1999-10-04 Jim Meyering <meyering@ascend.com> |
2540 | |
2541 * jm-macros.m4: Don't require autoconf-2.14.1. | |
2542 | |
1960 | 2543 1999-09-22 Paul Eggert <eggert@twinsun.com> |
2544 | |
2545 * largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC | |
2546 2.95.1 bug with HP-UX 10.20. | |
2547 | |
1947 | 2548 1999-09-17 Jim Meyering <meyering@ascend.com> |
2549 | |
2550 * jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup. | |
2551 Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3 | |
2552 due to missing strdup (against sh-utils-2.0). | |
2553 | |
1932 | 2554 1999-08-29 Jim Meyering <meyering@ascend.com> |
2555 | |
1935 | 2556 * jm-macros.m4: Require jm_BISON. |
1932 | 2557 * bison.m4: New file. |
2558 | |
1927 | 2559 1999-08-17 Paul Eggert <eggert@twinsun.com> |
2560 | |
2409 | 2561 * largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma |
1927 | 2562 in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20. |
2563 | |
1913 | 2564 1999-08-05 Jim Meyering <meyering@ascend.com> |
2565 | |
2566 * getline.m4: Rename test file from conftestdata to conftest.data | |
2567 to avoid conflicts with `conftest' on 8+3 filesystems. | |
2568 Suggestion from Eli Zaretskii. | |
2569 | |
1911 | 2570 1999-08-04 Jim Meyering <meyering@ascend.com> |
2571 | |
2572 * jm-macros.m4: Move a 4-line block of code from the configure.in of | |
2573 fileutils and sh-utils (textutils's getline test was inadequate). | |
2574 (AM_FUNC_GETLINE): Run this test. | |
2575 (AC_CHECK_FUNCS): Check for getdelim. | |
2576 Reported by Bob Proulx. | |
2577 | |
1909 | 2578 1999-08-02 Jim Meyering <meyering@ascend.com> |
2579 | |
2580 * jm-macros.m4: Add a comment. | |
2581 | |
1904 | 2582 1999-08-01 Jim Meyering <meyering@ascend.com> |
2583 | |
2584 * mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from m4. | |
2585 | |
1897 | 2586 1999-08-01 Paul Eggert <eggert@twinsun.com> |
2587 | |
2588 * lfs.m4: Remove this file. | |
2589 * largefile.m4: New file. It contains the old contents of | |
2590 lfs.m4, except that all names with prefix AC_LFS have been | |
2591 changed to use the prefix AC_SYS_LARGEFILE instead, to be | |
2592 compatible with future autoconf versions. Also, some minor m4 | |
2593 quoting problems have been fixed. | |
2594 | |
2595 1999-07-16 Paul Eggert <eggert@twinsun.com> | |
2596 | |
2597 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure | |
2598 that we can shift, multiply and divide unsigned long long | |
2599 values; Ultrix cc can't do it. | |
2600 | |
2601 1999-07-14 Paul Eggert <eggert@twinsun.com> | |
2602 | |
2603 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether | |
2604 <inttypes.h> defines strtoumax as a macro (and not as a | |
2605 function). | |
2606 | |
1893 | 2607 1999-07-05 Paul Eggert <eggert@twinsun.com> |
2608 | |
1897 | 2609 * gettext.m4 (AM_WITH_NLS): Remove unnecessary lines. |
1893 | 2610 Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl. |
2611 (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting, | |
2612 and simplify the shell code. | |
2613 | |
1899 | 2614 1999-07-03 Paul Eggert <eggert@twinsun.com> |
2615 | |
2616 * mktime.m4: New file, which is a preview of what should appear | |
2617 in the next public autoconf release. | |
2618 | |
1884 | 2619 1999-07-20 Jim Meyering <meyering@ascend.com> |
2620 | |
2621 * jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove. | |
2622 | |
1878 | 2623 1999-07-15 Jim Meyering <meyering@ascend.com> |
2624 | |
3206 | 2625 * jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize. |
1878 | 2626 |
1856 | 2627 1999-05-22 Jim Meyering <meyering@ascend.com> |
2628 | |
2629 * jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr. | |
2630 | |
1852 | 2631 1999-05-20 Jim Meyering <meyering@ascend.com> |
2632 | |
2633 * search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine. | |
2634 Add a colon after each `then' in case $4 is empty. | |
2635 | |
1846 | 2636 1999-05-16 Jim Meyering <meyering@ascend.com> |
2637 | |
2638 * search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS. | |
2639 | |
1839 | 2640 1999-05-10 Jim Meyering <meyering@ascend.com> |
2641 | |
2642 * jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME. | |
2643 | |
2644 * jm-macros.m4: Require 2.14.1, since we use newly-renamed | |
2645 AC_FUNC_MKTIME. | |
2646 | |
1838 | 2647 1999-05-10 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> |
2648 | |
2649 * jm-mktime.m4, putenv.m4: Fix typos in config.h comments. | |
2650 | |
1826 | 2651 1999-05-04 Paul Eggert <eggert@twinsun.com> |
2652 | |
2653 * lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS, | |
2654 not CPPFLAGS, so that linking works correctly in IRIX. | |
2655 | |
1822 | 2656 1999-04-30 Paul Eggert <eggert@twinsun.com> |
2657 | |
2658 * jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2. | |
2659 | |
1796 | 2660 1999-04-20 Jim Meyering <meyering@ascend.com> |
2661 | |
2662 * xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG. | |
1802 | 2663 AC_REPLACE xstroull if necessary. From Paul Eggert. |
2664 (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq. | |
1796 | 2665 |
1794 | 2666 1999-04-20 Paul Eggert <eggert@twinsun.com> |
2667 | |
1799 | 2668 * uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long |
2669 long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro. | |
1803 | 2670 * jm-macros.m4 (jm_CHECK_ALL_TYPES): Require |
2671 jm_AC_TYPE_UNSIGNED_LONG_LONG. | |
1796 | 2672 * ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro. |
1799 | 2673 |
2674 * lfs.m4: Port to AIX and HP-UX. Support cross-compilation. | |
1794 | 2675 |
1789 | 2676 1999-04-18 Jim Meyering <meyering@ascend.com> |
2677 | |
2678 * xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro. | |
2679 * jm-macros.m4: Use it. | |
2680 | |
1774 | 2681 1999-04-06 Jim Meyering <meyering@ascend.com> |
2682 | |
2683 * strftime.m4: Remove test for %f. | |
2684 | |
1765 | 2685 1999-03-29 Jim Meyering <meyering@ascend.com> |
2686 | |
2687 * jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the | |
2688 superset of the AC_TYPE_* checks in the textutils, fileutils, | |
2689 and sh-utils, plus AC_TYPE_PID_T. Paul Eggert suggested adding | |
2690 AC_TYPE_PID_T. | |
2691 | |
1763 | 2692 1999-03-28 Jim Meyering <meyering@ascend.com> |
2693 | |
2694 * jm-macros.m4: Define GNU_PACKAGE here. | |
2695 Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is | |
2696 replaced e.g., in the *.sh files of the sh-utils. | |
2697 | |
1749 | 2698 1999-03-20 Jim Meyering <meyering@ascend.com> |
2699 | |
1751 | 2700 * jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/. |
1749 | 2701 * regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX. |
2702 Don't depend on AM_GLIBC. Suggestions from Alain Magloire. | |
2703 | |
1747 | 2704 1999-03-19 Jim Meyering <meyering@ascend.com> |
2705 | |
2706 * jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro. | |
2707 | |
1736 | 2708 1999-03-12 Jim Meyering <meyering@ascend.com> |
2709 | |
2710 * jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED. | |
2711 | |
1726 | 2712 1999-03-07 Jim Meyering <meyering@ascend.com> |
2713 | |
2714 * jm-glibc-io.m4: Use only those *_unlocked macros that are declared. | |
2715 | |
1716 | 2716 1999-02-17 Jim Meyering <meyering@ascend.com> |
2717 | |
2718 * gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of brackets | |
2719 in macro definition. From Eli Zaretskii and Alain Magloire. | |
2720 | |
1706 | 2721 1999-02-07 Jim Meyering <meyering@ascend.com> |
2722 | |
1708 | 2723 * group-member.m4: New file -- extracted from sh-utils' configure.in. |
2724 | |
1706 | 2725 1999-02-05 Eli Zaretskii <eliz@is.elta.co.il> |
1897 | 2726 * gettext.m4: Support DOS-style d:/foo/bar absolute file names. |
1706 | 2727 |
1700 | 2728 1999-02-06 Jim Meyering <meyering@ascend.com> |
2729 | |
1703 | 2730 * chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS. |
1702 | 2731 * fnmatch.m4: Likewise. |
2732 * getgroups.m4: Likewise. | |
2733 * lstat.m4: Likewise. | |
2734 * malloc.m4: Likewise. | |
2735 * putenv.m4: Likewise. | |
2736 * realloc.m4: Likewise. | |
2737 * regex.m4: Likewise. | |
2738 * stat.m4: Likewise. | |
2739 * strftime.m4: Likewise. | |
1706 | 2740 Suggestion from Alain Magloire. |
1702 | 2741 |
1704
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
2742 * chown.m4: Use `.$ac_objext', not `.o'. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
2743 * fnmatch.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
2744 * getgroups.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
2745 * getline.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
2746 * lstat.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
2747 * malloc.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
2748 * memcmp.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
2749 * putenv.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
2750 * realloc.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
2751 * regex.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
2752 * stat.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
2753 * strftime.m4: Likewise. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
2754 Suggestion from Alain Magloire. |
e0de75124ce0
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering <jim@meyering.net>
parents:
1703
diff
changeset
|
2755 |
1700 | 2756 * jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires |
2757 an argument. | |
2758 | |
2759 * regex.m4: Add a run-time Test for proper operation of | |
2760 re_compile_pattern. | |
2761 | |
1693 | 2762 1999-01-31 Jim Meyering <meyering@ascend.com> |
2763 | |
2764 * getloadavg.m4: Check for locale.h and the function, setlocale. | |
2765 | |
1679 | 2766 1999-01-30 Jim Meyering <meyering@ascend.com> |
2767 | |
1688 | 2768 * check-type.m4: Use 3-arg form of AC_DEFINE. |
2769 | |
1686 | 2770 * jm-mktime.m4: Make this a wrapper around the official AM_FUNC_MKTIME |
2771 rather than my private copy, now that the official one is up to date. | |
2772 * mktime.m4: Remove file. | |
2773 | |
1679 | 2774 * getloadavg.m4: Use 3-arg form of AC_DEFINE. |
1682 | 2775 * uptime.m4: Likewise. |
2776 * uintmax_t.m4: Likewise. | |
1679 | 2777 |
1673 | 2778 1999-01-28 Jim Meyering <meyering@ascend.com> |
2779 | |
2780 * jm-macros.m4: Use jm_AFS. | |
2781 * afs.m4: New file (from fileutils' configure.in). | |
2782 | |
2783 * assert.m4: Use the 3-argument forms of AC_DEFINE* macros. | |
2784 * chown.m4: Likewise. | |
2785 * d-ino.m4: Likewise. | |
2786 * d-type.m4: Likewise. | |
2787 * fnmatch.m4: Likewise. | |
2788 * getgroups.m4: Likewise. | |
2789 * gettext.m4: Likewise. | |
2790 * jm-mktime.m4: Likewise. | |
2791 * jm-winsz2.m4: Likewise. | |
2792 * lcmessage.m4: Likewise. | |
2793 * ls-mntd-fs.m4: Likewise. | |
2794 * malloc.m4: Likewise. | |
2795 * memcmp.m4: Likewise. | |
2796 * putenv.m4: Likewise. | |
2797 * realloc.m4: Likewise. | |
2798 * st_mtim.m4: Likewise. | |
2799 * strftime.m4: Likewise. | |
2800 | |
1654 | 2801 1999-01-16 Jim Meyering <meyering@ascend.com> |
2802 | |
1656 | 2803 * jm-macros.m4 (ARGMATCH_DIE): Define. |
2804 (ARGMATCH_DIE_DECL): Define. | |
1654 | 2805 |
1637 | 2806 1999-01-12 Jim Meyering <meyering@ascend.com> |
2807 | |
2808 * Makefile.am.in: Rewrite to avoid using fmt. | |
2809 Reported by Lars Hecking. | |
2810 | |
1624 | 2811 1999-01-10 Jim Meyering <meyering@ascend.com> |
2812 | |
1629 | 2813 * fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my |
2814 gross kludge. | |
2815 * inttypes_h.m4: Likewise. | |
2816 * lstat.m4: Likewise. | |
2817 * malloc.m4: Likewise. | |
2818 * readdir.m4: Likewise. | |
2819 * realloc.m4: Likewise. | |
2820 * st_dm_mode.m4: Likewise. | |
2821 * stat.m4: Likewise. | |
2822 * utimbuf.m4: Likewise. | |
2823 * utimes.m4: Likewise. | |
2824 | |
2825 * check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the | |
2826 AC_CHECK_FUNCS hack. Now, it's still a hack, but at least the | |
2827 comments in config.h.in are meaningful. | |
2828 | |
2829 * jm-macros.m4: Require autoconf-2.13 here. | |
2830 | |
1624 | 2831 * regex.m4: By default, don't use the included regex.c on systems |
2832 with glibc 2. Suggestion from Uli Drepper. | |
2833 | |
1618 | 2834 1999-01-02 Jim Meyering <meyering@ascend.com> |
2835 | |
2836 * jm-macros.m4: Replace strcasecmp and strncasecmp. | |
2837 | |
1573 | 2838 1998-12-18 Jim Meyering <meyering@ascend.com> |
2839 | |
2840 * Makefile.am.in (Makefile.am): Simplify rule. | |
1574 | 2841 Based on a suggestion from Lars Hecking. |
1573 | 2842 |
1555 | 2843 1998-11-16 Jim Meyering <meyering@ascend.com> |
2844 | |
2845 * lfs.m4: Double-quote the `uname...` expression. | |
2846 | |
2847 1998-11-16 Paul Eggert <eggert@twinsun.com> | |
2848 | |
2849 * lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11. | |
2850 | |
1551 | 2851 1998-11-14 Jim Meyering <meyering@ascend.com> |
2852 | |
2853 * lstat.m4: Correct comment. POSIX does not permit it to succeed. | |
2854 * stat.m4: Likewise. | |
2855 | |
1542 | 2856 1998-11-03 Jim Meyering <meyering@ascend.com> |
2857 | |
2858 * stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG. | |
2859 * lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG. | |
2860 | |
1536 | 2861 1998-10-18 Jim Meyering <meyering@ascend.com> |
2862 | |
2863 * check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro. | |
2864 | |
1531 | 2865 1998-10-17 Jim Meyering <meyering@ascend.com> |
2866 | |
2867 * decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to | |
2868 include, though we still hard-code the `require'-like AC_CHECK_HEADERS | |
2869 calls for those previously hard-coded headers. Instead, take a new | |
2870 parameter. | |
2871 (jm_CHECK_DECLARATIONS): Reflect interface change. | |
2872 * check-decl.m4 (jm_CHECK_DECLS): Likewise. | |
2873 (jm_CHECK_DECL_LOCALTIME_R): New macro. | |
2874 | |
2875 * mktime.m4: Test for spring-forward gap before long-running test. | |
2876 | |
2877 1998-10-14 Jim Meyering <meyering@ascend.com> | |
2878 | |
2879 * mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0" | |
2880 instead of "TZ=America/Vancouver". From Paul Eggert. | |
2881 | |
1522 | 2882 1998-10-11 Jim Meyering <meyering@ascend.com> |
2883 | |
2884 * mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro. | |
1523 | 2885 This adds a test for a recently added compatibility fix for mktime.c. |
1522 | 2886 * jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME. |
2887 | |
1507 | 2888 1998-09-27 Jim Meyering <meyering@ascend.com> |
2889 | |
2890 * jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH. | |
2891 | |
2892 * fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro. Extracted from | |
2893 ../configure.in, including a change from Gordon Matzigkeit to allow | |
2894 cross-compiling for the Hurd. | |
2895 | |
1509 | 2896 * glibc.m4: New file/macro to test for the GNU C Library |
2897 versions 1 and 2. From Gordon Matzigkeit. | |
1507 | 2898 Indent. |
2899 | |
2900 1998-09-21 Jim Meyering <meyering@ascend.com> | |
2901 | |
2902 * chown.m4: Declare locals: before, after. From Andries Brouwer. | |
2903 | |
1483 | 2904 1998-08-18 Paul Eggert <eggert@twinsun.com> |
2905 | |
2906 Port nanosecond-resolution times to UnixWare 2.1.2 and | |
2907 pedantic Solaris 2.6. | |
2908 | |
2909 * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from | |
2910 AC_STRUCT_ST_MTIM. | |
2911 * st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): | |
2912 Generate name of ns member, instead of just 1 or undef. | |
2913 Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode. | |
2914 | |
1480 | 2915 1998-08-15 Jim Meyering <meyering@ascend.com> |
2916 | |
2917 * ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file. | |
2918 * check-type.m4: New file. Replacement for AC_CHECK_TYPE. | |
2919 * jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int) | |
2920 instead of jm_TYPE_SSIZE_T. | |
2921 | |
1469 | 2922 1998-08-12 Jim Meyering <meyering@ascend.com> |
2923 | |
2924 * st_dm_mode.m4: New file. From Johan Danielsson. | |
2925 | |
1459 | 2926 1998-08-02 Jim Meyering <meyering@ascend.com> |
2927 | |
2928 * st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM | |
2929 in acconfig.h manually. | |
2930 | |
2931 1998-07-31 Paul Eggert <eggert@twinsun.com> | |
2932 | |
2933 * st_mtim.m4: New file. | |
2934 | |
1452 | 2935 1998-07-28 Jim Meyering <meyering@ascend.com> |
2936 | |
2937 * utimes.m4: Undef stat. | |
2938 | |
1448 | 2939 1998-07-25 Jim Meyering <meyering@ascend.com> |
2940 | |
2941 * utime.m4 (jm_FUNC_UTIME): New file and macro. | |
2942 * utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro. | |
2943 | |
1429 | 2944 1998-07-09 Manfred Hollstein <manfred@s-direktnet.de> |
2945 | |
2946 * chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the | |
2947 uid and gid actually remain unchanged. | |
2948 | |
1427 | 2949 1998-07-07 Jim Meyering <meyering@ascend.com> |
2950 | |
2951 * jm-glibc-io.m4: Remove fclose_unlocked. | |
2952 | |
1424 | 2953 1998-07-04 Jim Meyering <meyering@ascend.com> |
2954 | |
2955 * regex.m4: Use syscmd, ifelse, and sysval. Mainly as an exercise | |
2956 to prove that this macro can be used in packages without regex.c. | |
2957 | |
1411 | 2958 1998-07-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |
2959 | |
2960 * gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h> | |
2961 is to be used. | |
2962 | |
1407 | 2963 1998-07-03 Jim Meyering <meyering@ascend.com> |
2964 | |
1411 | 2965 * gettext.m4: Add -lintl if it's found to be necessary. |
2966 | |
2967 * gettext.m4: New file -- from gettext-0.10.35. | |
2968 * lcmessage.m4: Likewise. | |
2969 * progtest.m4: Likewise. | |
2970 | |
1407 | 2971 * regex.m4 (jm_WITH_REGEX): New file and macro. |
2972 * jm-macros.m4: Require the new macro. | |
2973 | |
1397 | 2974 1998-06-29 Jim Meyering <meyering@ascend.com> |
2975 | |
2976 * fstypename.m4: Include sys/param.h. NetBSD 1.3.1 requires this | |
2977 for the definition of NGROUPS (used in a system header included | |
2978 by sys/mount.h). | |
2979 | |
1384 | 2980 1998-06-28 Jim Meyering <meyering@ascend.com> |
2981 | |
1387 | 2982 * ls-mntd-fs.m4: New file. |
2983 * fstypename.m4: New file. | |
2984 | |
1384 | 2985 * jm-macros.m4: Require the new macro. |
2986 * jm-glibc-io.m4: New file. | |
2987 | |
1370 | 2988 1998-05-19 Jim Meyering <meyering@ascend.com> |
2989 | |
1371 | 2990 * jm-macros.m4: Add jm_FUNC_LCHOWN. |
2991 * lchown.m4: New file. | |
2992 | |
1370 | 2993 * Makefile.am.in: New file. |
2994 * Makefile.am (Makefile.am): Depend on Makefile.am.in. | |
2995 | |
1357 | 2996 1998-05-14 Jim Meyering <meyering@ascend.com> |
2997 | |
2998 * Makefile.am (EXTRA_DIST): Add them. | |
2999 * jm-macros.m4: New file. | |
3000 * utimbuf.m4: New file. | |
3001 | |
1356 | 3002 1998-05-12 Jim Meyering <meyering@ascend.com> |
3003 | |
3004 * Makefile.am (EXTRA_DIST): Add isc-posix.m4. | |
3005 | |
1354 | 3006 1998-05-11 Jim Meyering <meyering@ascend.com> |
3007 | |
3008 * isc-posix.m4: New file. | |
3009 | |
1349 | 3010 1998-05-10 Jim Meyering <meyering@ascend.com> |
3011 | |
3012 * jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date. | |
3013 | |
1346 | 3014 1998-05-09 Jim Meyering <meyering@ascend.com> |
3015 | |
3016 * Makefile.am (EXTRA_DIST): Add ssize_t.m4. | |
3017 (EXTRA_DIST): Remove mktime.m4, now that the new version is included | |
3018 with automake. | |
3019 | |
3020 * ssize_t.m4: New file. | |
3021 * mktime.m4: Remove file -- the new automake has this now. | |
3022 | |
1333 | 3023 1998-04-26 Jim Meyering <meyering@ascend.com> |
3024 | |
3025 * assert.m4: New file. | |
3026 * Makefile.am (EXTRA_DIST): Add assert.m4. | |
3027 | |
1304 | 3028 1998-04-05 Jim Meyering <meyering@ascend.com> |
3029 | |
3030 * prereq.m4 (jm_PREREQ_REGEX): New macro. | |
3031 (jm_PREREQ): Use it here. | |
3032 | |
1286 | 3033 1998-03-23 Jim Meyering <meyering@eng.ascend.com> |
3034 | |
3035 * inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H | |
3036 in acconfig.h. | |
3037 | |
1271 | 3038 1998-03-15 Jim Meyering <meyering@eng.ascend.com> |
3039 | |
1275 | 3040 * prereq.m4: New file. |
1272 | 3041 * error.m4: New file. |
1275 | 3042 * Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4. |
1271 | 3043 |
1237 | 3044 1998-02-07 Jim Meyering <meyering@eng.ascend.com> |
3045 | |
3046 * getline.m4: Don't set am_cv_func_working_getline before the | |
3047 cache-check for the same variable -- that defeated the purpose of | |
3048 the test; the test program was never run. This was a problem only | |
3049 on systems with losing getline functions -- HP-UX 10.20 is one. | |
3050 Reported by Bjorn Helgaas. | |
3051 | |
1234 | 3052 1998-02-06 Jim Meyering <meyering@eng.ascend.com> |
3053 | |
3054 * Makefile.am (EXTRA_DIST): Add perl.m4. | |
3055 | |
1210 | 3056 1998-01-10 Jim Meyering <meyering@na-net.ornl.gov> |
3057 | |
3058 * Makefile.am (EXTRA_DIST): Add const.m4. | |
3059 | |
3060 * const.m4: New file. Use an initializer in this declaration | |
3061 typedef int charset[2]; const charset x; | |
3062 Reported by Bob Glickstein. | |
3063 | |
1177 | 3064 1997-12-21 Jim Meyering <meyering@na-net.ornl.gov> |
3065 | |
3066 * chown.m4: Fix reversed types on -1 args to chown. | |
3067 From Kaveh Ghazi. | |
3068 | |
1161 | 3069 1997-12-14 Jim Meyering <meyering@na-net.ornl.gov> |
3070 | |
1163 | 3071 * check-decl.m4: s/DECLARATION_/DECL_/g. |
1164 | 3072 Add lseek and memchr. |
1163 | 3073 |
1161 | 3074 * decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g. |
1899 | 3075 T.E.Dickey <dickey@clark.net> said that some older preprocessors |
1161 | 3076 have a 20-character limit on names. |
3077 | |
1145 | 3078 1997-11-30 Jim Meyering <meyering@na-net.ornl.gov> |
3079 | |
3080 * inttypes_h.m4: New file. | |
3081 * uintmax_t.m4: New file. | |
3082 * Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4. |