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 /gprof/configure | |
parent | a64f5ba148ca55949677dc4a99727f1f6c02d17d (diff) | |
download | fsf-binutils-gdb-6eb7d83039db70127a6eb3e4b64ecae782c42f00.zip fsf-binutils-gdb-6eb7d83039db70127a6eb3e4b64ecae782c42f00.tar.gz fsf-binutils-gdb-6eb7d83039db70127a6eb3e4b64ecae782c42f00.tar.bz2 |
Regenerate configure
Diffstat (limited to 'gprof/configure')
-rwxr-xr-x | gprof/configure | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/gprof/configure b/gprof/configure index 5b8fbd7..10777e5 100755 --- a/gprof/configure +++ b/gprof/configure @@ -647,6 +647,7 @@ CPP am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE +am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE @@ -3618,6 +3619,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= @@ -3680,11 +3682,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 -' @@ -3702,6 +3704,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. @@ -3761,7 +3764,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. @@ -10898,7 +10901,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 10901 "configure" +#line 10904 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11004,7 +11007,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11007 "configure" +#line 11010 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |