Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-29 | Use AC_LIBSOURCES to list corresponding source (.c, .h, .y) files | Jim Meyering | |
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 | *** empty log message *** | Jim Meyering | |
2005-01-29 | Require gl_HASH_PJW and gl_BASENAME. | Jim Meyering | |
2005-01-29 | *** empty log message *** | Jim Meyering | |
2005-01-27 | *** empty log message *** | Jim Meyering | |
2005-01-27 | (gl_BASENAME): New file/macro. | Jim Meyering | |
2005-01-23 | Use an all-permissive copyright notice, recommended by RMS. | Paul Eggert | |
2005-01-22 | Remove "m4/" from listed file names. | Paul Eggert | |
2005-01-22 | Sync from gnulib. | Paul Eggert | |
2005-01-20 | * save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume it. | Paul Eggert | |
2005-01-20 | (gl_SAVE_CWD): Remove check for fcntl; we now assume it. | Paul Eggert | |
2005-01-14 | *** empty log message *** | Jim Meyering | |
2005-01-14 | *** empty log message *** | Jim Meyering | |
2005-01-14 | *** empty log message *** | Jim Meyering | |
2005-01-14 | Work around tests/touch/empty-file failure on a system | Jim Meyering | |
(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-04 | (gl_FUNC_CHOWN): When cross-compiling, assume that chown | Jim Meyering | |
is sane and DOES follow symlinks. Besides, testing 20 different systems found no broken chown implementations. | |||
2005-01-04 | (gl_FUNC_CHOWN): When cross-compiling, assume that chown | Jim Meyering | |
is sane and DOES follow symlinks. Besides, testing 20 different systems found no broken chown implementations. | |||
2005-01-03 | Update serial number and copyright date. | Paul Eggert | |
2005-01-03 | * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX. | Paul Eggert | |
* m4/ullong_max.m4: New file. * src/system.h: Undo previous change; we now use Autoconf. | |||
2005-01-03 | *** empty log message *** | Jim Meyering | |
2005-01-03 | Remove `.tmp' suffix; mkstemp requires that XXXXXX be a suffix. | Jim Meyering | |
2005-01-03 | *** empty log message *** | Jim Meyering | |
2005-01-03 | (gl_FUNC_MKSTEMP): Don't `cd' into the temporary | Jim Meyering | |
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. | |||
2004-12-24 | * getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA. | Paul Eggert | |
2004-12-24 | (gl_GETDATE): Remove AC_FUNC_ALLOCA. | Paul Eggert | |
2004-12-21 | *** empty log message *** | Jim Meyering | |
2004-12-21 | (gl_FUNC_MKSTEMP): Remove temporary directory right | Jim Meyering | |
away, rather than waiting for configure's at-exit trap code to do it. Suggestion from Stepan Kasal. | |||
2004-12-21 | adjust indentation | Jim Meyering | |
2004-12-20 | *** empty log message *** | Jim Meyering | |
2004-12-20 | *** empty log message *** | Jim Meyering | |
2004-12-20 | Do the `cd' in a subshell. | Jim Meyering | |
2004-12-20 | s/SPACE/TAB | Jim Meyering | |
2004-12-20 | *** empty log message *** | Jim Meyering | |
2004-12-20 | Rather than using "conftestXXXXXX" as the mkstemp | Jim Meyering | |
template, use a temporary directory and an 8.3-friendly template to avoid trouble on systems like DJGPP. | |||
2004-12-20 | * c-strtod.m4 (gl_C99_STRTOLD): New macro. | Paul Eggert | |
2004-12-20 | (gl_C99_STRTOLD): New macro. | Paul Eggert | |
(gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold). | |||
2004-12-10 | *** empty log message *** | Jim Meyering | |
2004-12-10 | (gl_FUNC_CHDIR_LONG): Arrange to compile chdir-long.c only on systems | Jim Meyering | |
that define PATH_MAX. | |||
2004-12-07 | * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change: spurious ↵ | Paul Eggert | |
"-l"s. | |||
2004-12-07 | (AC_FUNC_GETMNTENT): Fix typo in previous change: | Paul Eggert | |
spurious "-l"s. | |||
2004-12-06 | . | Jim Meyering | |
2004-12-06 | * ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug | Paul Eggert | |
in Autoconf 2.59. | |||
2004-12-06 | Use AC_LIBOBJ(save-cwd). | Jim Meyering | |
2004-12-06 | Use AC_LIBOBJ(chdir-long). | Jim Meyering | |
2004-12-06 | *** empty log message *** | Jim Meyering | |
2004-12-06 | (gl_SAVE_CWD): Use AC_LIBSOURCES. | Jim Meyering | |
2004-12-06 | *** empty log message *** | Jim Meyering | |
2004-12-06 | (gl_FUNC_MEMPCPY): Use AC_LIBSOURCES. | Jim Meyering | |
2004-12-06 | (gl_FUNC_LCHOWN): Use AC_LIBSOURCES. | Jim Meyering | |
2004-12-06 | *** empty log message *** | Jim Meyering | |