summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-02-01 19:25:51 +0000
committerBruno Haible <bruno@clisp.org>2009-02-01 19:25:51 +0000
commit67ec8b01f234bc43497b88de4cd4a1ccd5ae08e3 (patch)
tree310e0cad645b45bcadf42bbf920ecf377fe41eb0 /ChangeLog
parent306d4c3c1080e089a61ccd17148a31080102db97 (diff)
downloadgperf-67ec8b01f234bc43497b88de4cd4a1ccd5ae08e3.tar.gz
Use LDFLAGS, OBJEXT, EXEEXT.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5802ad..d77a1e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,12 @@
2009-02-01 Bruno Haible <bruno@clisp.org>
+ * tests/Makefile.in (LDFLAGS, OBJEXT, EXEEXT): New variables.
+ (check-link-c, check-ada, check-modula3, check-pascal, check-lang-utf8,
+ check-lang-ucs2): Use OBJEXT and LDFLAGS.
+ (check-smtp): Use LDFLAGS.
+ (clean): Use EXEEXT as suffix of programs to be removed.
+
* aclocal.m4 (CL_PROG_INSTALL): Fix detection of broken AIX installbsd
program.