]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* aclocal.m4: Rebuild with new libtool.
authorIan Lance Taylor <ian@airs.com>
Wed, 24 Sep 1997 15:37:13 +0000 (15:37 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 24 Sep 1997 15:37:13 +0000 (15:37 +0000)
* Makefile.in: Rebuild with current automake.
* configure: Rebuild.

gprof/ChangeLog
gprof/Makefile.in
gprof/aclocal.m4
gprof/configure

index 3affff7ce5eab4e095744f3b61266ebe0235ee80..8f12bf1fbcaae8b7ba994ed35f36c40fcc8fcacc 100644 (file)
@@ -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
index fb91964d0ea127f6a0d8c23f54a9748ecdd2fa19..1cbdc59c1a6d840364eac557a8a5e96ec880aa98 100644 (file)
@@ -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 \
index eb454e87f2659e95f79633929efae38d14261f1e..39d4683386ce8af888186094b82effc6a0283571 100644 (file)
@@ -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
index 264cb0077721faffb7b83ea115292795c8f46d58..5a9b2fa819b72e954a41d1cb65bc11fb07f42fb3 100755 (executable)
@@ -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