* aclocal.m4: Rebuild with new libtool.

* Makefile.in: Rebuild with current automake.
	* configure: Rebuild.
This commit is contained in:
Ian Lance Taylor 1997-09-24 15:37:13 +00:00
parent b5db0960f3
commit 42a6231749
4 changed files with 15 additions and 9 deletions

View 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> Sat Aug 9 16:25:01 1997 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Change version number to 2.8.2. Call * configure.in: Change version number to 2.8.2. Call

View File

@ -157,7 +157,7 @@ config.status: $(srcdir)/configure
$(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
cd $(srcdir) && $(AUTOCONF) cd $(srcdir) && $(AUTOCONF)
gconfig.h: stamp-h ; @true gconfig.h: stamp-h ; @:
stamp-h: $(srcdir)/gconfig.in $(top_builddir)/config.status stamp-h: $(srcdir)/gconfig.in $(top_builddir)/config.status
cd $(top_builddir) \ cd $(top_builddir) \
&& CONFIG_FILES= CONFIG_HEADERS=gconfig.h:gconfig.in \ && CONFIG_FILES= CONFIG_HEADERS=gconfig.h:gconfig.in \

8
gprof/aclocal.m4 vendored
View File

@ -171,10 +171,7 @@ else
fi fi
AC_CACHE_VAL(ac_cv_path_LD, AC_CACHE_VAL(ac_cv_path_LD,
[case "$LD" in [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}:" IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
for ac_dir in $PATH; do for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=. test -z "$ac_dir" && ac_dir=.
@ -192,6 +189,9 @@ AC_CACHE_VAL(ac_cv_path_LD,
done done
IFS="$ac_save_ifs" IFS="$ac_save_ifs"
;; ;;
*)
ac_cv_path_LD="$LD" # Let the user override the test with a path.
;;
esac]) esac])
LD="$ac_cv_path_LD" LD="$ac_cv_path_LD"
if test -n "$LD"; then if test -n "$LD"; then

8
gprof/configure vendored
View File

@ -1074,10 +1074,7 @@ if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
case "$LD" in 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}:" IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
for ac_dir in $PATH; do for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=. test -z "$ac_dir" && ac_dir=.
@ -1095,6 +1092,9 @@ else
done done
IFS="$ac_save_ifs" IFS="$ac_save_ifs"
;; ;;
*)
ac_cv_path_LD="$LD" # Let the user override the test with a path.
;;
esac esac
fi fi