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 | |
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')
-rw-r--r-- | gprof/ChangeLog | 6 | ||||
-rw-r--r-- | gprof/Makefile.in | 2 | ||||
-rw-r--r-- | gprof/aclocal.m4 | 8 | ||||
-rwxr-xr-x | gprof/configure | 8 |
4 files changed, 15 insertions, 9 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 3affff7..8f12bf1 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,9 @@ +Wed Sep 24 11:35:43 1997 Ian Lance Taylor <ian@cygnus.com> + + * aclocal.m4: Rebuild with new libtool. + * Makefile.in: Rebuild with current automake. + * configure: Rebuild. + Sat Aug 9 16:25:01 1997 Ian Lance Taylor <ian@cygnus.com> * configure.in: Change version number to 2.8.2. Call diff --git a/gprof/Makefile.in b/gprof/Makefile.in index fb91964..1cbdc59c1 100644 --- a/gprof/Makefile.in +++ b/gprof/Makefile.in @@ -157,7 +157,7 @@ config.status: $(srcdir)/configure $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) cd $(srcdir) && $(AUTOCONF) -gconfig.h: stamp-h ; @true +gconfig.h: stamp-h ; @: stamp-h: $(srcdir)/gconfig.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES= CONFIG_HEADERS=gconfig.h:gconfig.in \ 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 diff --git a/gprof/configure b/gprof/configure index 264cb00..5a9b2fa 100755 --- a/gprof/configure +++ b/gprof/configure @@ -1074,10 +1074,7 @@ if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else 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=. @@ -1095,6 +1092,9 @@ else done IFS="$ac_save_ifs" ;; + *) + ac_cv_path_LD="$LD" # Let the user override the test with a path. + ;; esac fi |