Bump version to 2.11.90, fix missing dependencies in bfd/,

and run "make dep-am".
This commit is contained in:
Alan Modra
2001-02-27 06:43:56 +00:00
parent 10d1e03a7a
commit 27b7e12d2d
33 changed files with 1402 additions and 1211 deletions

View File

@@ -6,7 +6,10 @@ AC_INIT(ar.c)
AC_CANONICAL_SYSTEM
AC_ISC_POSIX
AM_INIT_AUTOMAKE(binutils, 2.10.91)
changequote(,)dnl
BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
changequote([,])dnl
AM_INIT_AUTOMAKE(binutils, ${BFD_VERSION})
AM_PROG_LIBTOOL