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 /opcodes/configure | |
parent | a64f5ba148ca55949677dc4a99727f1f6c02d17d (diff) | |
download | gdb-6eb7d83039db70127a6eb3e4b64ecae782c42f00.zip gdb-6eb7d83039db70127a6eb3e4b64ecae782c42f00.tar.gz gdb-6eb7d83039db70127a6eb3e4b64ecae782c42f00.tar.bz2 |
Regenerate configure
Diffstat (limited to 'opcodes/configure')
-rwxr-xr-x | opcodes/configure | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/opcodes/configure b/opcodes/configure index 747c939..46b8018 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -666,6 +666,7 @@ CPP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE +am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE @@ -3684,6 +3685,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= @@ -3746,11 +3748,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 -' @@ -3768,6 +3770,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. @@ -3827,7 +3830,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. @@ -11147,7 +11150,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11150 "configure" +#line 11153 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11253,7 +11256,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11256 "configure" +#line 11259 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |