summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/config.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index ba7445d72aa..44084c184f3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
2005-03-31 Jerome Guitton <guitton@gnat.com>
+ * config.in: Regenerate.
+
+2005-03-31 Jerome Guitton <guitton@gnat.com>
+
* bfd/config.in (HAVE_DECL_BASENAME): New configure macro.
* bfd/configure.in: Check for basename.
* bfd/configure: Regenerate.
diff --git a/bfd/config.in b/bfd/config.in
index bfd9c59cc5a..9ddd8787be8 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -24,7 +24,8 @@
/* Define to 1 if you have the `dcgettext' function. */
#undef HAVE_DCGETTEXT
-/* Define to 1 if basename is declared by the system. */
+/* Define to 1 if you have the declaration of `basename', and to 0 if you
+ don't. */
#undef HAVE_DECL_BASENAME
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.