summaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-04-04 11:27:16 +0000
committerNick Clifton <nickc@redhat.com>2005-04-04 11:27:16 +0000
commit4d5e394c684a2a2c13f72f024526b1b4680e9c68 (patch)
tree6cf2e4e63ddc19ec11bc41f2fccf26c2d144931e /gprof/ChangeLog
parent1601489a1f7eacf479291bdb01235c229c71c217 (diff)
downloadbinutils-redhat-4d5e394c684a2a2c13f72f024526b1b4680e9c68.tar.gz
Add a check for <unistd.h> providing a prototype for getopt() which is compatible
with the one in include/getopt.h. If so then define HAVE_DECL_GETOPT.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r--gprof/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 623d00c46b..7df630e979 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,11 @@
+2005-04-04 Nick Clifton <nickc@redhat.com>
+
+ * configure.in: Add a check for <unistd.h> providing a prototype
+ for getopt() which is compatible with the one in
+ include/getopt.h. If so then define HAVE_DECL_GETOPT.
+ * configure: Regenerate.
+ * gconfig.in (HAVE_DECL_GETOPT): Add.
+
2005-03-29 Nick Clifton <nickc@redhat.com>
* po/de.po: Updated German translation.