diff options
author | Jim Blandy <jimb@red-bean.com> | 1997-08-23 02:22:56 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1997-08-23 02:22:56 +0000 |
commit | fb054a8c517bb7709f80b344273ddc353b2529b7 (patch) | |
tree | ce5b1187cac64137fd699e75a780a00d5a605b13 | |
parent | 5d319f9be70c95b17ac7e6c6309adba654344ab8 (diff) | |
download | guile-fb054a8c517bb7709f80b344273ddc353b2529b7.tar.gz |
* THANKS: New file.
* Makefile.in, aclocal.m4, configure: Regenerated.
-rw-r--r-- | Makefile.in | 6 | ||||
-rw-r--r-- | aclocal.m4 | 2 | ||||
-rwxr-xr-x | configure | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in index 3c10092b0..a8ee7fab1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -93,9 +93,9 @@ CONFIG_CLEAN_FILES = DATA = $(aclocal_DATA) DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ -Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess config.sub \ -configure configure.in install-sh ltconfig ltmain.sh mdate-sh missing \ -mkinstalldirs +Makefile.in NEWS THANKS TODO acinclude.m4 aclocal.m4 config.guess \ +config.sub configure configure.in install-sh ltconfig ltmain.sh \ +mdate-sh missing mkinstalldirs DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) 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}:" @@ -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}:" |