Module Name: src
Committed By: apb
Date: Tue Oct 15 07:18:18 UTC 2013
Modified Files:
src/external/gpl3/gdb/dist/opcodes: configure
Log Message:
Run ../bfd/configure under ${CONFIG_SHELL}, not under
the /bin/sh that happens to be mentioned in its "#!" line.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gdb/dist/opcodes/configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/dist/opcodes/configure
diff -u src/external/gpl3/gdb/dist/opcodes/configure:1.3 src/external/gpl3/gdb/dist/opcodes/configure:1.4
--- src/external/gpl3/gdb/dist/opcodes/configure:1.3 Thu Oct 3 18:30:46 2013
+++ src/external/gpl3/gdb/dist/opcodes/configure Tue Oct 15 07:18:18 2013
@@ -3216,7 +3216,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=`${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'`
+BFD_VERSION=`${CONFIG_SHELL} ${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'`
am__api_version='1.11'