summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2004-10-21 15:32:41 +0000
committerH.J. Lu <hjl@lucon.org>2004-10-21 15:32:41 +0000
commit810a61cf69414f31ef61d1e32edfc0cc34d5e51e (patch)
treeb710690ac0f71e6570433c2134cc749af76c48fb
parentf77018c52c5012f7d0c6b06e0af56b5aa3850777 (diff)
downloadbinutils-redhat-810a61cf69414f31ef61d1e32edfc0cc34d5e51e.tar.gz
2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
* configure.in: (AM_INIT_AUTOMAKE): Set version to 2.15.94. * configure: Regenerate.
-rw-r--r--bfd/ChangeLog5
-rwxr-xr-xbfd/configure2
-rw-r--r--bfd/configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index f561ab98fc..93c2606e43 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
+ * configure.in: (AM_INIT_AUTOMAKE): Set version to 2.15.94.
+ * configure: Regenerate.
+
+2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
+
PR 463
* aoutx.h (aout_link_input_section_std): Pass proper hash entry
to linker reloc_overflow callback.
diff --git a/bfd/configure b/bfd/configure
index f249bb25c3..cc4e69be5e 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -2834,7 +2834,7 @@ fi
# Define the identity of the package.
PACKAGE=bfd
- VERSION=2.15.93
+ VERSION=2.15.94
cat >>confdefs.h <<_ACEOF
diff --git a/bfd/configure.in b/bfd/configure.in
index cc8afcfc6f..7aa55a89e9 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c])
AC_CANONICAL_TARGET
AC_ISC_POSIX
-AM_INIT_AUTOMAKE(bfd, 2.15.93)
+AM_INIT_AUTOMAKE(bfd, 2.15.94)
dnl These must be called before AM_PROG_LIBTOOL, because it may want
dnl to call AC_CHECK_PROG.