aboutsummaryrefslogtreecommitdiff
path: root/binutils/configure
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-15 18:57:34 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-15 18:57:34 +0000
commitefa864530f0eb1ea32d603544581ba4ec95dcee8 (patch)
tree1e776a4ee1b479ff9e63433134d69dccbb95df75 /binutils/configure
parentb5e4f36959c53ee5c0291bf7cecfd1a7cd3d73f2 (diff)
downloadgdb-efa864530f0eb1ea32d603544581ba4ec95dcee8.zip
gdb-efa864530f0eb1ea32d603544581ba4ec95dcee8.tar.gz
gdb-efa864530f0eb1ea32d603544581ba4ec95dcee8.tar.bz2
* configure.in: Substitute RPATH_ENVVAR.
* configure: Rebuild. * Makefile.in (RPATH_ENVVAR): New variable. (check): Use $(RPATH_ENVVAR) rather than LD_LIBRARY_PATH.
Diffstat (limited to 'binutils/configure')
-rwxr-xr-xbinutils/configure23
1 files changed, 13 insertions, 10 deletions
diff --git a/binutils/configure b/binutils/configure
index e15e336..d9f44e5 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -678,6 +678,7 @@ test "$program_transform_name" = "" && program_transform_name="s,x,x,"
HDEFINES=
LDFLAGS=
HLDFLAGS=
+RPATH_ENVVAR=LD_LIBRARY_PATH
. ${srcdir}/../bfd/configure.host
@@ -760,6 +761,7 @@ fi
+
AR=${AR-ar}
# Extract the first word of "ranlib", so it can be a program name with args.
@@ -877,7 +879,7 @@ else
ac_cv_c_cross=yes
else
cat > conftest.$ac_ext <<EOF
-#line 881 "configure"
+#line 883 "configure"
#include "confdefs.h"
main(){return(0);}
EOF
@@ -919,7 +921,7 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat > conftest.$ac_ext <<EOF
-#line 923 "configure"
+#line 925 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
@@ -933,7 +935,7 @@ else
rm -rf conftest*
CPP="${CC-cc} -E -traditional-cpp"
cat > conftest.$ac_ext <<EOF
-#line 937 "configure"
+#line 939 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
@@ -966,7 +968,7 @@ if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 970 "configure"
+#line 972 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
@@ -999,7 +1001,7 @@ if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1003 "configure"
+#line 1005 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/wait.h>
@@ -1042,7 +1044,7 @@ if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1046 "configure"
+#line 1048 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -1092,7 +1094,7 @@ if eval "test \"`echo '$''{'bu_cv_decl_time_t_time_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1096 "configure"
+#line 1098 "configure"
#include "confdefs.h"
#include <time.h>
int main() { return 0; }
@@ -1124,7 +1126,7 @@ if eval "test \"`echo '$''{'bu_cv_decl_time_t_types_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1128 "configure"
+#line 1130 "configure"
#include "confdefs.h"
#include <sys/types.h>
int main() { return 0; }
@@ -1158,7 +1160,7 @@ if eval "test \"`echo '$''{'bu_cv_header_utime_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1162 "configure"
+#line 1164 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_TIME_H
@@ -1194,7 +1196,7 @@ if eval "test \"`echo '$''{'bfd_cv_decl_needed_fprintf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 1198 "configure"
+#line 1200 "configure"
#include "confdefs.h"
#include <stdio.h>
@@ -1458,6 +1460,7 @@ s%@build_os@%$build_os%g
s%@CC@%$CC%g
s%@HDEFINES@%$HDEFINES%g
s%@HLDFLAGS@%$HLDFLAGS%g
+s%@RPATH_ENVVAR@%$RPATH_ENVVAR%g
s%@AR@%$AR%g
s%@RANLIB@%$RANLIB%g
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g