diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-13 19:26:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-13 19:26:22 +0000 |
commit | 4bef2ec5f73af7ea6a50eb82c3e782c89e76cd8f (patch) | |
tree | 2b98c766341f1c006758fea8f01ec7d8dbdf0d77 /old/sh-utils | |
parent | c98ea50c216a60003249746d9d597ba22406a000 (diff) | |
download | coreutils-4bef2ec5f73af7ea6a50eb82c3e782c89e76cd8f.tar.xz |
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 24055818f..3141131e8 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,10 +1,18 @@ +Sat Jul 13 14:22:54 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * configure.in (boot time test): Use AC_EGREP_CPP instead of + AC_EGREP_HEADER; #endif, instead of #fi. + (AM_SYS_POSIX_TERMIOS, AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL): Use + these macros instead of the tests from which they were derived. + ($am_cv_sys_posix_termios): Renamed to have am_ prefix instead of su_. + Wed Jul 10 22:57:29 1996 Jim Meyering <meyering@na-net.ornl.gov> * aclocal.m4 (fp_PROG_CC_STDC): Include sys/stat.h in test program so that DYNIX/ptx V4.1.3 doesn't use `-Xc -D__EXTENSIONS__' -- with those options on that system, sys/stat.h gets compile errors. With help from Marcus Daniels. - + * getopt.c: Update from gettext-0.10.23. * getopt1.c: Likewise. * getopt.h: Likewise. |