summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-08-23 02:22:56 +0000
committerJim Blandy <jimb@red-bean.com>1997-08-23 02:22:56 +0000
commitfb054a8c517bb7709f80b344273ddc353b2529b7 (patch)
treece5b1187cac64137fd699e75a780a00d5a605b13
parent5d319f9be70c95b17ac7e6c6309adba654344ab8 (diff)
downloadguile-fb054a8c517bb7709f80b344273ddc353b2529b7.tar.gz
* THANKS: New file.
* Makefile.in, aclocal.m4, configure: Regenerated.
-rw-r--r--Makefile.in6
-rw-r--r--aclocal.m42
-rwxr-xr-xconfigure2
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}:"
diff --git a/configure b/configure
index 6791e572e..6884563ef 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}:"