diff options
author | Alan Modra <amodra@gmail.com> | 2016-05-09 17:24:30 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-05-09 17:24:30 +0930 |
commit | 6eb7d83039db70127a6eb3e4b64ecae782c42f00 (patch) | |
tree | 284fd067486280ddf8112a8ebfc0369e5d4e880d /bfd/configure | |
parent | a64f5ba148ca55949677dc4a99727f1f6c02d17d (diff) | |
download | gdb-6eb7d83039db70127a6eb3e4b64ecae782c42f00.zip gdb-6eb7d83039db70127a6eb3e4b64ecae782c42f00.tar.gz gdb-6eb7d83039db70127a6eb3e4b64ecae782c42f00.tar.bz2 |
Regenerate configure
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/bfd/configure b/bfd/configure index 51581ba..f8617b9 100755 --- a/bfd/configure +++ b/bfd/configure @@ -688,6 +688,7 @@ AR am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE +am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE @@ -3960,6 +3961,7 @@ fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' + am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= @@ -4022,11 +4024,11 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # We need awk for the "check" target. The system "awk" is bad on # some platforms. -# Always define AMTAR for backward compatibility. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' -AMTAR=${AMTAR-"${am_missing_run}tar"} - -am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' @@ -4044,6 +4046,7 @@ else # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named `D' -- because `-MD' means `put the output # in D'. + rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. @@ -4103,7 +4106,7 @@ else break fi ;; - msvisualcpp | msvcmsys) + msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok `-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. @@ -11422,7 +11425,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11425 "configure" +#line 11428 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11528,7 +11531,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11531 "configure" +#line 11534 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |