]> git.pld-linux.org Git - packages/crossppc-binutils.git/blame - binutils-tooldir.patch
- updated gettext BR
[packages/crossppc-binutils.git] / binutils-tooldir.patch
CommitLineData
06bcb726 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.0666 seconds and 4 git commands to generate.