summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2008-03-04 13:09:07 -0500
committerJohn (J5) Palmieri <johnp@redhat.com>2008-03-04 13:09:07 -0500
commitbd561f9a1941821c9c1d9266765b3a9d1b133e00 (patch)
treed1c5dfcd9edc644d1ef35d1680d78479062b8948 /ChangeLog
parentd511324fffd419bb6c5841d3a3bcc19eb1de45e5 (diff)
check if the linker supports a flag instead of just checking for GNU ld
* configure.in: move AM_PROG_LIBTOOL to the top (ld_supports_flag): new function for checking if the linker supports a given flag
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a083f54..28497bc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-03-04 John (J5) Palmieri <johnp@redhat.com>
+ * check if the linker supports a flag instead of just checking for GNU
+ ld
+ * configure.in: move AM_PROG_LIBTOOL to the top
+ (ld_supports_flag): new function for checking if the linker supports
+ a given flag
+
+2008-03-04 John (J5) Palmieri <johnp@redhat.com>
+
* add a changelog for Benjamin Reed's git patch RANT: Change Logs are
handled by git and having an external changelog just screws up
merging. We should write down rules for doing git commit messages