]> git.pld-linux.org Git - packages/binutils.git/blob - binutils-tooldir.patch
up to 2.42
[packages/binutils.git] / binutils-tooldir.patch
1 --- binutils-2.19.51.0.4/configure.ac~  2009-04-22 01:13:43.033504635 +0200
2 +++ binutils-2.19.51.0.4/configure.ac   2009-04-22 01:14:26.780226141 +0200
3 @@ -20,7 +20,6 @@
4  ### WARNING: this file contains embedded tabs.  Do not run untabify on this file.
5  
6  m4_include(config/acx.m4)
7 -m4_include(config/override.m4)
8  m4_include(config/proginstall.m4)
9  
10  AC_INIT(move-if-change)
11 @@ -2113,7 +2112,11 @@
12  
13  # Some systems (e.g., one of the i386-aix systems the gas testers are
14  # using) don't handle "\$" correctly, so don't use it here.
15 -tooldir='${exec_prefix}'/${target_noncanonical}
16 +if test x${with_tooldir} != x ; then
17 +       tooldir="${with_tooldir}"
18 +else
19 +       tooldir='${exec_prefix}'/${target_noncanonical}
20 +fi
21  build_tooldir=${tooldir}
22  
23  # Create a .gdbinit file which runs the one in srcdir
This page took 0.044854 seconds and 3 git commands to generate.