diff options
author | Tony Abou-Assaleh <taa@acm.org> | 2007-11-19 04:37:46 +0000 |
---|---|---|
committer | Tony Abou-Assaleh <taa@acm.org> | 2007-11-19 04:37:46 +0000 |
commit | fcecc8fc45949da603e2fc981458b540a22728bf (patch) | |
tree | f5e229f202e330fc25efc837386fc2215d51dedd | |
parent | d7086d836f912cee205984ab1a265d9f458a79f9 (diff) | |
download | grep-fcecc8fc45949da603e2fc981458b540a22728bf.tar.gz |
m4/Makefile.am: Remove reference strerror_r.m4
* m4/Makefile.am: Remove reference strerror_r.m4
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | m4/Makefile.am | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2007-11-16 Tony Abou-Assaleh <taa@acm.org> + * m4/Makefile.am: Remove reference strerror_r.m4 + +2007-11-16 Tony Abou-Assaleh <taa@acm.org> + * po/sk.po: updated from the translation project 2007-11-03 Tony Abou-Assaleh <taa@acm.org> diff --git a/m4/Makefile.am b/m4/Makefile.am index 6ac7e494..29d3f213 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -21,7 +21,6 @@ EXTRA_DIST = decl.m4 \ realloc.m4 \ regex.m4 \ sanity.m4 \ - strerror_r.m4 \ uintmax_t.m4 \ ulonglong.m4 \ xstrtoumax.m4 |