aboutsummaryrefslogtreecommitdiff
path: root/opcodes/configure.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-02-27 06:43:56 +0000
committerAlan Modra <amodra@gmail.com>2001-02-27 06:43:56 +0000
commit27b7e12d2d7f4657a3e5568b0c207a3d8d4ad9c0 (patch)
treedc91a5050ed63f5f368c4af41af67df681869cb0 /opcodes/configure.in
parent10d1e03a7a13b95b7293adf45875bbb15ace2011 (diff)
downloadfsf-binutils-gdb-27b7e12d2d7f4657a3e5568b0c207a3d8d4ad9c0.zip
fsf-binutils-gdb-27b7e12d2d7f4657a3e5568b0c207a3d8d4ad9c0.tar.gz
fsf-binutils-gdb-27b7e12d2d7f4657a3e5568b0c207a3d8d4ad9c0.tar.bz2
Bump version to 2.11.90, fix missing dependencies in bfd/,
and run "make dep-am".
Diffstat (limited to 'opcodes/configure.in')
-rw-r--r--opcodes/configure.in2
1 files changed, 1 insertions, 1 deletions
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})