diff options
author | Jim Blandy <jimb@red-bean.com> | 1998-10-03 19:00:10 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1998-10-03 19:00:10 +0000 |
commit | bcc695e361bb4a475635fa183e11366bb4d063fa (patch) | |
tree | 9f4288c64de137122db4beaa17b938e941181f41 /qthreads.m4 | |
parent | 29cd26efb61d89b1ea1695522f5fd9b52c307dd5 (diff) | |
download | guile-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.m4 | 2 |
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 |