diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-09-24 15:37:13 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-09-24 15:37:13 +0000 |
commit | 42a6231749b67b500c5a4fd46853513fe2cc1a49 (patch) | |
tree | 2c6ac77d414660527989ca35ef1b0338c0fc71d7 /gprof/aclocal.m4 | |
parent | b5db0960f36902c6503fa655589b16e9d7aedc70 (diff) | |
download | gdb-42a6231749b67b500c5a4fd46853513fe2cc1a49.zip gdb-42a6231749b67b500c5a4fd46853513fe2cc1a49.tar.gz gdb-42a6231749b67b500c5a4fd46853513fe2cc1a49.tar.bz2 |
* aclocal.m4: Rebuild with new libtool.
* Makefile.in: Rebuild with current automake.
* configure: Rebuild.
Diffstat (limited to 'gprof/aclocal.m4')
-rw-r--r-- | gprof/aclocal.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gprof/aclocal.m4 b/gprof/aclocal.m4 index eb454e8..39d4683 100644 --- a/gprof/aclocal.m4 +++ b/gprof/aclocal.m4 @@ -171,10 +171,7 @@ else fi AC_CACHE_VAL(ac_cv_path_LD, [case "$LD" in - /*) - ac_cv_path_LD="$LD" # Let the user override the test with a path. - ;; - *) + "") IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" for ac_dir in $PATH; do test -z "$ac_dir" && ac_dir=. @@ -192,6 +189,9 @@ AC_CACHE_VAL(ac_cv_path_LD, done IFS="$ac_save_ifs" ;; + *) + ac_cv_path_LD="$LD" # Let the user override the test with a path. + ;; esac]) LD="$ac_cv_path_LD" if test -n "$LD"; then |