diff options
author | Alan Modra <amodra@bigpond.net.au> | 2001-02-27 06:43:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2001-02-27 06:43:56 +0000 |
commit | 2fed2ad071388f87a7f8ce9c2bc6f71739af6ee5 (patch) | |
tree | 0a76066fa5b6ca8d2226e05947c42421548f9c77 /opcodes/configure | |
parent | f04a7c07ec2b5274f59ef5aee8f56fdf933ae5d1 (diff) | |
download | gdb-2fed2ad071388f87a7f8ce9c2bc6f71739af6ee5.tar.gz |
Bump version to 2.11.90, fix missing dependencies in bfd/,
and run "make dep-am".
Diffstat (limited to 'opcodes/configure')
-rwxr-xr-x | opcodes/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/configure b/opcodes/configure index 6301ad653ff..9f6dcf2015e 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -777,7 +777,7 @@ fi # We currently only use the version number for the name of any shared # library. For user convenience, we always use the same version # number that BFD is using. -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` # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or |