diff options
author | Alan Modra <amodra@gmail.com> | 2001-02-27 06:43:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-02-27 06:43:56 +0000 |
commit | 27b7e12d2d7f4657a3e5568b0c207a3d8d4ad9c0 (patch) | |
tree | dc91a5050ed63f5f368c4af41af67df681869cb0 /opcodes/configure | |
parent | 10d1e03a7a13b95b7293adf45875bbb15ace2011 (diff) | |
download | gdb-27b7e12d2d7f4657a3e5568b0c207a3d8d4ad9c0.zip gdb-27b7e12d2d7f4657a3e5568b0c207a3d8d4ad9c0.tar.gz 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')
-rwxr-xr-x | opcodes/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/configure b/opcodes/configure index 6301ad6..9f6dcf2 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 |