Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-21 | *** empty log message *** | Jim Meyering | |
2001-01-21 | (jm_ICONV): Also check whether the iconv declaration has const. | Jim Meyering | |
2001-01-20 | *** empty log message *** | Jim Meyering | |
2001-01-20 | *** empty log message *** | Jim Meyering | |
2001-01-20 | *** empty log message *** | Jim Meyering | |
2001-01-20 | *** empty log message *** | Jim Meyering | |
2001-01-20 | Be sure that headers are checked before used in code compiled | Jim Meyering | |
for the type checks. (jm_MACROS): Remove all header checks. In place of that, invoke jm_CHECK_ALL_TYPES. (jm_CHECK_ALL_HEADERS): New functions with the above checks. (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS. | |||
2001-01-20 | *** empty log message *** | Jim Meyering | |
2001-01-20 | (jm_PREREQ): Add jm_PREREQ_HASH. | Jim Meyering | |
(jm_PREREQ_HASH): New function. | |||
2001-01-17 | *** empty log message *** | Jim Meyering | |
2001-01-17 | (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE, for autoconf-2.49c. | Jim Meyering | |
2001-01-17 | (jm_LIST_MOUNTED_FILESYSTEMS): Likewise. | Jim Meyering | |
2001-01-14 | *** empty log message *** | Jim Meyering | |
2001-01-14 | Remove conftestdir{,2} before trying to create the directory. | Jim Meyering | |
Make the entire configure script fail if the mkdir fails. | |||
2001-01-14 | . | Jim Meyering | |
2001-01-14 | *** empty log message *** | Jim Meyering | |
2001-01-14 | Use temporary directories named conftestdir{,2}, not | Jim Meyering | |
foo and bar. Create conftestdir/ in the script, not in the C code. Remove directories in the script, not in the C code. | |||
2001-01-14 | (jm_MACROS): Require vb_FUNC_RENAME. | Jim Meyering | |
2001-01-14 | check for SunOS4.1.1U bug in rename | Jim Meyering | |
2001-01-03 | *** empty log message *** | Jim Meyering | |
2001-01-03 | (AM_GNU_GETTEXT): Define MKINSTALLDIRS by | Jim Meyering | |
expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN, so `make install' also works in VPATH builds. | |||
2001-01-01 | . | Jim Meyering | |
2001-01-01 | (jm_PREREQ_READUTMP): Include utmp.h (if available), even | Jim Meyering | |
on systems with utmpx.h. It's necessary for the declaration of utmp's ut_user member. Reported by Andreas Jaeger. | |||
2001-01-01 | . | Jim Meyering | |
2001-01-01 | (jm_CHECK_DECLS): Include grp.h and pwd.h if available. | Jim Meyering | |
They are required for the declarations of getgrgid and getpwuid resp. (_jm_DECL_HEADERS): Check for grp.h and pwd.h. | |||
2000-12-31 | *** empty log message *** | Jim Meyering | |
2000-12-31 | (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR, | Jim Meyering | |
prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it can be used in subdirectories. | |||
2000-12-31 | *** empty log message *** | Jim Meyering | |
2000-12-27 | . | Jim Meyering | |
2000-12-27 | . | Jim Meyering | |
2000-12-27 | use AC_DEFINE_UNQUOTED | Jim Meyering | |
2000-12-26 | (jm_AC_DOS): Rewrite (though it's still a stub) to work better with autoheader. | Jim Meyering | |
2000-12-19 | . | Jim Meyering | |
2000-12-19 | *** empty log message *** | Jim Meyering | |
2000-12-19 | . | Jim Meyering | |
2000-12-19 | . | Jim Meyering | |
2000-12-19 | . | Jim Meyering | |
2000-12-17 | these macros take arguments | Jim Meyering | |
2000-12-17 | *** empty log message *** | Jim Meyering | |
2000-12-17 | (jm_AC_DOS): New file and macro. | Jim Meyering | |
2000-12-17 | (jm_MACROS): Require jm_AC_DOS. | Jim Meyering | |
2000-12-17 | . | Jim Meyering | |
2000-12-09 | . | Jim Meyering | |
2000-12-09 | *** empty log message *** | Jim Meyering | |
2000-12-09 | (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT. | Jim Meyering | |
2000-12-09 | . | Jim Meyering | |
2000-12-06 | *** empty log message *** | Jim Meyering | |
2000-12-06 | Check for strtol. Mainly as a cue to cause automake to include | Jim Meyering | |
strtol.c -- that file is included by each of strtoul.c and strtoull.c. Check for limits.h -- strtol.c needs it. | |||
2000-12-06 | *** empty log message *** | Jim Meyering | |
2000-12-06 | Check for declarations of strtoul and strtoull. | Jim Meyering | |