* configure.in: Bump version to 2.16.1.
* Makefile.in, configure: Regenerated.
+2005-05-02 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * Makefile.am: Set RELEASE.
+ * configure.in: Bump version to 2.16.1.
+ * Makefile.in, configure: Regenerated.
+
2005-06-06 Alan Modra <amodra@bigpond.net.au>
* elf64-pcc.c (ppc64_elf_gc_mark_hook): For the local sym in .opd
AUTOMAKE_OPTIONS = 1.9 cygnus
# Uncomment the following line when doing a release.
-# RELEASE=y
+RELEASE=y
INCDIR = $(srcdir)/../include
CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
AUTOMAKE_OPTIONS = 1.9 cygnus
# Uncomment the following line when doing a release.
-# RELEASE=y
+RELEASE=y
INCDIR = $(srcdir)/../include
CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
MKDEP = gcc -MM
# Define the identity of the package.
PACKAGE=bfd
- VERSION=2.16
+ VERSION=2.16.1
cat >>confdefs.h <<_ACEOF
AC_CANONICAL_TARGET
AC_ISC_POSIX
-AM_INIT_AUTOMAKE(bfd, 2.16)
+AM_INIT_AUTOMAKE(bfd, 2.16.1)
dnl These must be called before AM_PROG_LIBTOOL, because it may want
dnl to call AC_CHECK_PROG.