summaryrefslogtreecommitdiff
path: root/m4/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-07 05:37:39 +0000
committerJim Meyering <jim@meyering.net>1999-02-07 05:37:39 +0000
commit7e74cfab42b557492591d61beae3758620857d5b (patch)
tree462727461f78476a2a59a5234b6fdad905743215 /m4/ChangeLog
parentc77b696d1ec2c2c0a798f97566fab8041adda477 (diff)
downloadcoreutils-7e74cfab42b557492591d61beae3758620857d5b.tar.xz
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r--m4/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 20afa84c6..1c3ef633e 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -11,6 +11,20 @@
* stat.m4: Likewise.
* strftime.m4: Likewise.
+ * chown.m4: Use `.$ac_objext', not `.o'.
+ * fnmatch.m4: Likewise.
+ * getgroups.m4: Likewise.
+ * getline.m4: Likewise.
+ * lstat.m4: Likewise.
+ * malloc.m4: Likewise.
+ * memcmp.m4: Likewise.
+ * putenv.m4: Likewise.
+ * realloc.m4: Likewise.
+ * regex.m4: Likewise.
+ * stat.m4: Likewise.
+ * strftime.m4: Likewise.
+ Suggestion from Alain Magloire.
+
* jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
an argument.