summaryrefslogtreecommitdiff
path: root/qthreads.m4
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1998-10-03 19:00:10 +0000
committerJim Blandy <jimb@red-bean.com>1998-10-03 19:00:10 +0000
commitbcc695e361bb4a475635fa183e11366bb4d063fa (patch)
tree9f4288c64de137122db4beaa17b938e941181f41 /qthreads.m4
parent29cd26efb61d89b1ea1695522f5fd9b52c307dd5 (diff)
downloadguile-bcc695e361bb4a475635fa183e11366bb4d063fa.tar.gz
* guile-config: Renamed from `build'.
* Makefile.am (SUBDIRS): Mention `guile-config', not `build'. * configure.in: Create `guile-config/Makefile.in', not `build/Makefile.in'. Doc fix, too. * qthreads.m4: Doc fix. * Makefile.in, aclocal.m4, configure: Regeneranegerederadea.
Diffstat (limited to 'qthreads.m4')
-rw-r--r--qthreads.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/qthreads.m4 b/qthreads.m4
index adaf1aad8..ca8b4a806 100644
--- a/qthreads.m4
+++ b/qthreads.m4
@@ -30,7 +30,7 @@ dnl pass the relative path to the ../libfoo.la file, but
dnl 2) once the whole package has been installed, users should
dnl link using -lfoo.
dnl Normally, we only care about the first case, but since the
-dnl build-guile script needs to give users all the flags they need
+dnl guile-config script needs to give users all the flags they need
dnl to link programs against guile, the GUILE_WITH_THREADS macro
dnl needs to supply the second piece of information as well.
dnl