1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-11 14:44:18 +02:00
This commit is contained in:
Jim Meyering
1996-12-08 13:31:12 +00:00
parent a13947a7a3
commit 89cf1fc2cf

View File

@@ -1,3 +1,13 @@
Sun Dec 8 07:22:38 1996 Jim Meyering <meyering@na-net.ornl.gov>
=========== Update for automake-1.1k.
* configure.in (AM_CONFIG_HEADER): Use it.
(AC_OUTPUT): Remove stamp-h timestamping statement.
Now, AM_CONFIG_HEADER does it automatically.
* lib/Makefile.am (noinst_LIBRARIES): Rename to libsu.a as per
new automake requirement.
Rename su_* variables to libsu_a_*.
Sun Dec 8 00:08:44 1996 Jim Meyering <meyering@na-net.ornl.gov>
* src/stty.c (get_win_size): Rename formal parameter from fileno to FD.