From 787d7283f4f231e8ed6992519e8621fbf17640af Mon Sep 17 00:00:00 2001 From: Tim Pierce Date: Tue, 24 Jun 1997 18:52:48 +0000 Subject: [PATCH] Typo fix --- ChangeLog | 6 ++++++ aclocal.m4 | 2 +- configure | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9063c9dc2..b7ec2505d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jun 24 13:34:20 1997 Tim Pierce + + * aclocal.m4 (AM_PATH_PROG_LD): Change `ac_cv_path_LD' typo to + `am_cv_path_LD'. + * configure: Regenerated. + Sun Jun 22 15:43:07 1997 Jim Blandy Try to detect when people are using one version of libguile and a diff --git a/aclocal.m4 b/aclocal.m4 index 0d20a659f..a5c39116a 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -255,7 +255,7 @@ AC_MSG_CHECKING([for ld used by the C compiler ($CC $CFLAGS $LDFLAGS)]) AC_CACHE_VAL(am_cv_path_LD, [case "$LD" in /*) - ac_cv_path_LD="$LD" # Let the user override the test with a path. + am_cv_path_LD="$LD" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" diff --git a/configure b/configure index 24fafd83f..ba4ccbf7c 100755 --- a/configure +++ b/configure @@ -1129,7 +1129,7 @@ if eval "test \"`echo '$''{'am_cv_path_LD'+set}'`\" = set"; then else case "$LD" in /*) - ac_cv_path_LD="$LD" # Let the user override the test with a path. + am_cv_path_LD="$LD" # Let the user override the test with a path. ;; *) IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"