From 27b7e12d2d7f4657a3e5568b0c207a3d8d4ad9c0 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 27 Feb 2001 06:43:56 +0000 Subject: Bump version to 2.11.90, fix missing dependencies in bfd/, and run "make dep-am". --- opcodes/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/configure.in') diff --git a/opcodes/configure.in b/opcodes/configure.in index f8030d9..cece000 100644 --- a/opcodes/configure.in +++ b/opcodes/configure.in @@ -11,7 +11,7 @@ AC_ISC_POSIX # library. For user convenience, we always use the same version # number that BFD is using. changequote(,)dnl -BFD_VERSION=`grep INIT_AUTOMAKE ${srcdir}/../bfd/configure.in | sed -n -e 's/[ ]//g' -e 's/^.*,\(.*\)).*$/\1/p'` +BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in` changequote([,])dnl AM_INIT_AUTOMAKE(opcodes, ${BFD_VERSION}) -- cgit v1.1