summaryrefslogtreecommitdiff
path: root/qt
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1998-07-27 01:15:05 +0000
committerJim Blandy <jimb@red-bean.com>1998-07-27 01:15:05 +0000
commite99cbcd609cec18e39c06f38e1ad8433495f67e4 (patch)
tree48df0a7deed1d47aed99a2ffa859460b6f357dcb /qt
parente8f77e1a980f134f70eadc4f636fa3360a315a39 (diff)
downloadguile-e99cbcd609cec18e39c06f38e1ad8433495f67e4.tar.gz
*** empty log message ***
Diffstat (limited to 'qt')
-rw-r--r--qt/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/qt/ChangeLog b/qt/ChangeLog
index de6f30d8b..089102e89 100644
--- a/qt/ChangeLog
+++ b/qt/ChangeLog
@@ -1,3 +1,19 @@
+1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
+
+ Use libtool, and the thread configuration mechanism.
+ * Makefile.am (lib_LTLIBRARIES, EXTRA_LTLIBRARIES,
+ libqthreads_la_SOURCES, libqthreads_la_LIBADD): These replace
+ lib_LIBRARIES, EXTRA_LIBRARIES, libqthreads_a_SOURCES,
+ libqthreads_a_LIBADD. Use the variables set by the new config
+ system.
+ (libqthreads_la_DEPENDENCIES): New var.
+ (libqthreads_la_LDFLAGS): Add -rpath; automake claims it can't set
+ it itself, but I don't completely understand why.
+ (qtmds.o, qtmdc.o): Rules removed. Use implicit build rules.
+ (qtmds.s, qtmdc.c, qtdmdb.s): Rules added, to make symlinks to the
+ appropriate files in the source tree.
+ * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated.
+
1998-04-15 Mikael Djurfeldt <mdj@nada.kth.se>
* qt.h.in: Declare return type of qt_abort as void.