summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-19 09:10:42 +0000
committerJim Meyering <jim@meyering.net>2003-03-19 09:10:42 +0000
commit4554e2245db9203bb7cd174cd696adafd87c4f38 (patch)
tree00d5ce20a30c76f0db59575a34379e1b94469acc
parent1564be8f746feb2a8578179559135bb45422b77b (diff)
downloadcoreutils-4554e2245db9203bb7cd174cd696adafd87c4f38.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a579e0cd..392ad9088 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,12 @@
AIX 5.1's xlc could not compile the former.
Patch by Petter Reinholdtsen. Also reported by Mike Jetzer.
+2003-03-17 Richard Dawe <rich@phekda.freeserve.co.uk>
+
+ * configure.ac: Include $(EXEEXT) in OPTIONAL_BIN_PROGS'
+ program names, since automake only adds $(EXEEXT) to programs
+ in its *_PROGRAMS.
+
2003-03-16 Jim Meyering <jim@meyering.net>
* src/remove.c (rm): Put two local variables in static storage,