Paul Eggert
c10a2c64d0
(gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
2005-02-03 21:34:06 +00:00
Jim Meyering
dfc5ff02a0
Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) files
...
so that automake automatically knows to distribute those files.
Use AC_LIBOBJ to ensure that automake automatically knows the
names of always-compiled source files. Automake already knows
the names of conditionally compiled ones, e.g., due to preexisting
uses of AC_LIBOBJ and AC_REPLACE_FUNCS.
[This is a start. Many still remain to be fixed...]
2005-01-29 00:16:39 +00:00
Jim Meyering
72d7b860db
*** empty log message ***
2005-01-29 00:04:35 +00:00
Jim Meyering
3f74581e29
Require gl_HASH_PJW and gl_BASENAME.
2005-01-29 00:04:30 +00:00
Jim Meyering
9c9aa99232
*** empty log message ***
2005-01-29 00:03:58 +00:00
Jim Meyering
2039f732bb
*** empty log message ***
2005-01-27 18:14:15 +00:00
Jim Meyering
20563023de
(gl_BASENAME): New file/macro.
2005-01-27 18:10:25 +00:00
Paul Eggert
65ef46a51c
Use an all-permissive copyright notice, recommended by RMS.
2005-01-23 09:07:57 +00:00
Paul Eggert
2d50382bd9
Remove "m4/" from listed file names.
2005-01-22 06:28:21 +00:00
Paul Eggert
15ac53209f
Sync from gnulib.
2005-01-22 06:25:53 +00:00
Paul Eggert
2b631e90a8
* save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume it.
2005-01-20 22:17:00 +00:00
Paul Eggert
1370cd8736
(gl_SAVE_CWD): Remove check for fcntl; we now assume it.
2005-01-20 22:16:44 +00:00
Jim Meyering
244ce2fb1a
*** empty log message ***
2005-01-14 16:34:56 +00:00
Jim Meyering
9eea266563
*** empty log message ***
2005-01-14 13:39:51 +00:00
Jim Meyering
2e301f00f3
*** empty log message ***
2005-01-14 13:33:32 +00:00
Jim Meyering
14f7a72f5a
Work around tests/touch/empty-file failure on a system
...
(sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
NULL-means-set-to-current-time semantics.
Remove temporary file immediately, rather than waiting
for configure's at-exit trap code to do it.
2005-01-14 13:33:26 +00:00
Jim Meyering
46bf568ec1
(gl_FUNC_CHOWN): When cross-compiling, assume that chown
...
is sane and DOES follow symlinks. Besides, testing 20 different
systems found no broken chown implementations.
2005-01-04 09:40:23 +00:00
Jim Meyering
00b81a8761
(gl_FUNC_CHOWN): When cross-compiling, assume that chown
...
is sane and DOES follow symlinks. Besides, testing 20 different
systems found no broken chown implementations.
2005-01-04 09:39:04 +00:00
Paul Eggert
3edb411b4a
Update serial number and copyright date.
2005-01-03 23:45:48 +00:00
Paul Eggert
30fa7301bc
* m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
...
* m4/ullong_max.m4: New file.
* src/system.h: Undo previous change; we now use Autoconf.
2005-01-03 23:43:39 +00:00
Jim Meyering
b0455f9d24
*** empty log message ***
2005-01-03 18:01:32 +00:00
Jim Meyering
be23469207
Remove `.tmp' suffix; mkstemp requires that XXXXXX be a suffix.
2005-01-03 18:01:22 +00:00
Jim Meyering
77abd81977
*** empty log message ***
2005-01-03 17:26:32 +00:00
Jim Meyering
302b283180
(gl_FUNC_MKSTEMP): Don't `cd' into the temporary
...
subdirectory. That would make the subsequent AC_TRY_RUN macro fail,
for lack of the ./confdefs.h file. Instead, use the temporary
directory name as a prefix on the template string.
Include <unistd.h> for the declaration of close.
2005-01-03 17:26:28 +00:00
Paul Eggert
53ed4aabb6
* getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
2004-12-24 06:03:57 +00:00
Paul Eggert
de949da785
(gl_GETDATE): Remove AC_FUNC_ALLOCA.
2004-12-24 06:03:45 +00:00
Jim Meyering
331f6aa987
*** empty log message ***
2004-12-21 21:46:33 +00:00
Jim Meyering
6f9ea4bd22
(gl_FUNC_MKSTEMP): Remove temporary directory right
...
away, rather than waiting for configure's at-exit trap code to do it.
Suggestion from Stepan Kasal.
2004-12-21 21:46:27 +00:00
Jim Meyering
71f15c4c41
adjust indentation
2004-12-21 21:43:36 +00:00
Jim Meyering
d183e87cbc
*** empty log message ***
2004-12-20 16:39:44 +00:00
Jim Meyering
5cedef6a3e
*** empty log message ***
2004-12-20 16:39:30 +00:00
Jim Meyering
8d240b9d74
Do the `cd' in a subshell.
2004-12-20 16:39:24 +00:00
Jim Meyering
26ae196f5b
s/SPACE/TAB
2004-12-20 15:38:46 +00:00
Jim Meyering
63908580ad
*** empty log message ***
2004-12-20 15:31:53 +00:00
Jim Meyering
93e3e8be0b
Rather than using "conftestXXXXXX" as the mkstemp
...
template, use a temporary directory and an 8.3-friendly template
to avoid trouble on systems like DJGPP.
2004-12-20 15:31:47 +00:00
Paul Eggert
5e4bb18f61
* c-strtod.m4 (gl_C99_STRTOLD): New macro.
2004-12-20 07:57:44 +00:00
Paul Eggert
8fd72ab7e4
(gl_C99_STRTOLD): New macro.
...
(gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
2004-12-20 07:56:51 +00:00
Jim Meyering
dca77596d5
*** empty log message ***
2004-12-10 00:02:26 +00:00
Jim Meyering
1d2622852b
(gl_FUNC_CHDIR_LONG): Arrange to compile chdir-long.c only on systems
...
that define PATH_MAX.
2004-12-10 00:02:08 +00:00
Paul Eggert
29a74f8a30
* ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change: spurious "-l"s.
2004-12-07 18:44:22 +00:00
Paul Eggert
c2f3ca32d2
(AC_FUNC_GETMNTENT): Fix typo in previous change:
...
spurious "-l"s.
2004-12-07 18:44:07 +00:00
Jim Meyering
31ae5dcf85
.
2004-12-06 22:25:12 +00:00
Paul Eggert
e4b102af0e
* ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
...
in Autoconf 2.59.
2004-12-06 21:56:21 +00:00
Jim Meyering
c1d66f31cf
Use AC_LIBOBJ(save-cwd).
2004-12-06 10:35:27 +00:00
Jim Meyering
760cfaf4d3
Use AC_LIBOBJ(chdir-long).
2004-12-06 10:35:19 +00:00
Jim Meyering
27d14caedd
*** empty log message ***
2004-12-06 10:06:49 +00:00
Jim Meyering
6ec428b7f7
(gl_SAVE_CWD): Use AC_LIBSOURCES.
2004-12-06 10:06:23 +00:00
Jim Meyering
e90702fd4b
*** empty log message ***
2004-12-06 10:03:46 +00:00
Jim Meyering
f005eb317b
(gl_FUNC_MEMPCPY): Use AC_LIBSOURCES.
2004-12-06 10:03:39 +00:00
Jim Meyering
3d1e6484f5
(gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
2004-12-06 10:02:18 +00:00