diff options
author | Jim Meyering <jim@meyering.net> | 1996-09-20 03:16:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-09-20 03:16:17 +0000 |
commit | 0e02a64c991817fa22afe372e976530b4548c6aa (patch) | |
tree | dff2ad773f467d6a027a10ea2d44297f8bbb3388 | |
parent | 545c2375305d49e232d0954ef5488437db74640b (diff) | |
download | coreutils-0e02a64c991817fa22afe372e976530b4548c6aa.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 372bf9194..311922f6d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,18 @@ +Thu Sep 19 22:13:31 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * configure.in ($PACKAGE, $VERSION): Don't AC_DEFINE_UNQUOTED these. + AM_INIT_AUTOMAKE now does it (as of automake-1.1e). + + * lib/Makefile.am (fu_SOURCES): Move getopt.c and getopt1.c back to + here fro EXTRA_DIST. + * configure.in (AC_REPLACE_GNU_GETOPT): Remove it -- it's not + necessary. + + * acinclude.m4 (AC_DEFUN(AM_SANITY_CHECK_CC, + AC_DEFUN(AC_SYS_POSIX_TERMIOS, + AC_DEFUN(AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL): Remove definitions. + Now automake's aclocal includes them. + Sun Sep 15 23:08:48 1996 Jim Meyering <meyering@na-net.ornl.gov> * Makefile.am (EXTRA_DIST): Remove acinclude.m4. |