summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-06 03:07:35 +0000
committerJim Meyering <jim@meyering.net>1996-10-06 03:07:35 +0000
commit320b9cc697a716727d118304018d6663a4cf97b9 (patch)
tree0f2bfb411796aaf83b63dbe6059291b40a0c222b
parent28e0bda43bb4c7168ce68cd078aa49a6684dd648 (diff)
downloadcoreutils-320b9cc697a716727d118304018d6663a4cf97b9.tar.xz
.
-rw-r--r--old/sh-utils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index c62f0d39d..97bc75613 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,13 @@
Sat Oct 5 11:38:23 1996 Jim Meyering <meyering@na-net.ornl.gov>
+ * configure.in: Use AM_SANITY_CHECK_CC.
+
+ * configure.in: Use AM_FUNC_ERROR_AT_LINE.
+ * lib/Makefile.am (EXTRA_DIST): Put error.c here.
+ (su_SOURCES): Remove error.c
+ Suggested by Ulrich Drepper.
+
+ * configure.in (GNU_PACKAGE): AC_SUBST it for the src/*.sh scripts.
* src/Makefile.am (.sh): Substitute for @GNU_PACKAGE@ and @VERSION@
in the four installed scripts.
* src/*.sh: Update --version output to conform to the coding standard.