mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 23:00:22 +02:00
Typo fix
This commit is contained in:
parent
9230ac780a
commit
787d7283f4
3 changed files with 8 additions and 2 deletions
|
@ -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>
|
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
|
Try to detect when people are using one version of libguile and a
|
||||||
|
|
2
aclocal.m4
vendored
2
aclocal.m4
vendored
|
@ -255,7 +255,7 @@ AC_MSG_CHECKING([for ld used by the C compiler ($CC $CFLAGS $LDFLAGS)])
|
||||||
AC_CACHE_VAL(am_cv_path_LD,
|
AC_CACHE_VAL(am_cv_path_LD,
|
||||||
[case "$LD" in
|
[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}:"
|
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -1129,7 +1129,7 @@ if eval "test \"`echo '$''{'am_cv_path_LD'+set}'`\" = set"; then
|
||||||
else
|
else
|
||||||
case "$LD" in
|
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}:"
|
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue