Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-23 | . | Jim Meyering | |
2000-01-23 | (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT. | Jim Meyering | |
2000-01-23 | *** empty log message *** | Jim Meyering | |
2000-01-23 | *** empty log message *** | Jim Meyering | |
2000-01-23 | (jm_FUNC_FTRUNCATE): AC_REQUIRE it. | Jim Meyering | |
2000-01-23 | *** empty log message *** | Jim Meyering | |
2000-01-23 | *** empty log message *** | Jim Meyering | |
2000-01-23 | (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in. | Jim Meyering | |
2000-01-23 | *** empty log message *** | Jim Meyering | |
2000-01-23 | (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in). | Jim Meyering | |
(AC_SUBST(POW_LIBM)): Likewise. | |||
2000-01-23 | *** empty log message *** | Jim Meyering | |
2000-01-23 | (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils. | Jim Meyering | |
2000-01-23 | *** empty log message *** | Jim Meyering | |
2000-01-23 | *** empty log message *** | Jim Meyering | |
2000-01-23 | (libfetish_a_SOURCES): Remove explicit mention of obstack.c. | Jim Meyering | |
2000-01-23 | (AM_FUNC_OBSTACK): Add (from fileutils/configure.in). | Jim Meyering | |
2000-01-23 | *** empty log message *** | Jim Meyering | |
2000-01-23 | *** empty log message *** | Jim Meyering | |
2000-01-23 | (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN): | Jim Meyering | |
AC_SUBST these here, rather than just in sh-util/configure.in, so that the now-shared-by-fileutils-and-textutils lib/Makefile.am are all the same. | |||
2000-01-23 | version-control: never | Jim Meyering | |
2000-01-23 | . | Jim Meyering | |
2000-01-22 | . | Jim Meyering | |
2000-01-22 | (keycompare): Use global, hard_LC_COLLATE in place of | Jim Meyering | |
local that is sometimes undeclared. | |||
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | [! HAVE_DECL_STRTOUL]: Declare strtoul. | Jim Meyering | |
[! HAVE_DECL_STRTOULL]: Declare strtoull. Required for some AIX systems. Reported by Christian Krackowizer. [TESTING] (main): New function. | |||
2000-01-22 | [! HAVE_DECL_STRTOUL]: Declare strtoul. | Jim Meyering | |
[! HAVE_DECL_STRTOULL]: Declare strtoull. Required for some AIX systems. Reported by Christian Krackowizer. | |||
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | Call AC_PROG_CC_STDC just before AC_C_CONST. | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | [HAVE_WCTYPE_H]: Include <wctype.h>. | Jim Meyering | |
2000-01-22 | (jm_PREREQ_QUOTEARG): Add wctype.h. | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | Merge the three lists of headers. | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | (AC_CHECK_HEADERS): Add checks from textutils' configure.in | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | (AC_CHECK_HEADERS): Add checks from sh-utils' configure.in | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | (AC_CHECK_HEADERS): Add checks from fileutils' configure.in | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | (jm_PREREQ_ADDEXT): New macro. Parts moved here from fileutils' configure.in. | Jim Meyering | |
2000-01-22 | *** empty log message *** | Jim Meyering | |
2000-01-22 | (dir_name): Support for DOS-style file names with drive letters. | Jim Meyering | |
2000-01-22 | tack on the one from fileutils/lib | Jim Meyering | |
2000-01-22 | . | Jim Meyering | |
2000-01-22 | Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)' code. | Jim Meyering | |
Moved tests into their own function (_jm_DECL_HEADERS) in check-decl.m4. | |||
2000-01-22 | (_jm_DECL_HEADERS): Define new function. | Jim Meyering | |
(jm_CHECK_DECLARATIONS): Require it. | |||
2000-01-22 | Revert to using #if HAVE_STDLIB_H | Jim Meyering | |
to guard inclusion of <stdlib.h>. | |||
2000-01-22 | Guard inclusion of <stdlib.h> with `#if STDC_HEADERS', | Jim Meyering | |
not `#if HAVE_STDLIB_H'. The former wasn't defined. Use #if rather than #ifdef. Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL. (jm_CHECK_DECLARATIONS): Add strtoul strtoull. |