1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 14:21:10 +02:00
This commit is contained in:
Tim Pierce 1997-06-24 18:52:48 +00:00
parent 9230ac780a
commit 787d7283f4
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
Tue Jun 24 13:34:20 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
* 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 <jimb@floss.red-bean.com>
Try to detect when people are using one version of libguile and a

2
aclocal.m4 vendored
View file

@ -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}:"

2
configure vendored
View file

@ -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}:"