diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-23 10:09:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-23 10:09:22 +0000 |
commit | 86f00ce878ff346caea162c162c98b39bffcf9f8 (patch) | |
tree | 7d60dce255959d0d1653fdac12eca650e7e7cf7c /old/sh-utils | |
parent | 2c702c93fe6e7a0a6babdc1beb032ac8909ea8d4 (diff) | |
download | coreutils-86f00ce878ff346caea162c162c98b39bffcf9f8.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 31236b580..53e9eeff9 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,6 +1,23 @@ +2000-01-23 Jim Meyering <meyering@lucent.com> + + * configure.in (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN): + AC_SUBST these not here, but rather in m4/, so that the now-shared + lib/Makefile.am are all the same. + (AC_CHECK_FUNCS): Remove check for utmpname, since it's already + in m4/prereq.m4. + Remove many function checks (moved to m4/.) + + * configure.in (SEQ_LIBM): Remove AC_SUBST of a constant. + * src/Makefile.am (seq_LDADD): Add -lm rather than constant $(SEQ_LIBM). + 2000-01-22 Jim Meyering <meyering@lucent.com> + * src/sys2.h [! HAVE_DECL_STRTOUL]: Declare strtoul. + [! HAVE_DECL_STRTOULL]: Declare strtoull. + Required for some AIX systems. Reported by Christian Krackowizer. + * configure.in (ALL_LINGUAS): Add Slovenian (sl). + (AC_CHECK_HEADERS): Move these checks into m4/. * src/seq.c (enum Format_type): Declare. (format_type): New global to take place of intconv. |