diff options
author | Raja R Harinath <harinath@src.gnome.org> | 1998-02-16 07:13:49 +0800 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 1998-02-16 07:13:49 +0800 |
commit | 75b309856071124362b06d2c77f09141a8caa619 (patch) | |
tree | 88cf415183334b6e40fc2dd3c1a5ced7e3c5b4a8 /macros/ChangeLog | |
parent | eaaef2717d7ab8c4d6ba24150add836c05ca6d78 (diff) | |
download | gsoc2013-evolution-75b309856071124362b06d2c77f09141a8caa619.tar gsoc2013-evolution-75b309856071124362b06d2c77f09141a8caa619.tar.gz gsoc2013-evolution-75b309856071124362b06d2c77f09141a8caa619.tar.bz2 gsoc2013-evolution-75b309856071124362b06d2c77f09141a8caa619.tar.lz gsoc2013-evolution-75b309856071124362b06d2c77f09141a8caa619.tar.xz gsoc2013-evolution-75b309856071124362b06d2c77f09141a8caa619.tar.zst gsoc2013-evolution-75b309856071124362b06d2c77f09141a8caa619.zip |
Add `gnome-pthread-check.m4'. New file. Moved pthread check from
* Makefile.am (MACROS): Add `gnome-pthread-check.m4'.
* gnome-pthread-check.m4: New file. Moved pthread check from
gnome-x-checks.m4 to here.
* gnome-objc-checks.m4: Use `gnome-pthread-check'.
(OBJC_LIBS): New config var.
* gnome-x-checks.m4: Add `AC_DEFINE(HAVE_LIBSM)' if `-lSM' is
already part of `$x_libs'.
Move pthread check to new file.
- Hari
svn path=/trunk/; revision=37
Diffstat (limited to 'macros/ChangeLog')
-rw-r--r-- | macros/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index c40333455d..72e47bd22b 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,14 @@ +1998-02-15 Raja R Harinath <harinath@cs.umn.edu> + + * Makefile.am (MACROS): Add `gnome-pthread-check.m4'. + * gnome-pthread-check.m4: New file. Moved pthread check from + gnome-x-checks.m4 to here. + * gnome-objc-checks.m4: Use `gnome-pthread-check'. + (OBJC_LIBS): New config var. + * gnome-x-checks.m4: Add `AC_DEFINE(HAVE_LIBSM)' if `-lSM' is + already part of `$x_libs'. + Move pthread check to new file. + Sat Feb 14 12:45:35 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (macros.dep): Use single quotes, not double quotes. |