diff options
author | Martin Baulig <martin@home-of-linux.org> | 2000-02-05 06:25:36 +0800 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-02-05 06:25:36 +0800 |
commit | dec6d6b0971480b8910c301daa6218abe3f2eee0 (patch) | |
tree | 29fd7339beb795f11907acd39fb6f0c43e61f7a5 /macros/ChangeLog | |
parent | 5d56cdb0b37b4b8919df92ff35daf06934666061 (diff) | |
download | gsoc2013-evolution-dec6d6b0971480b8910c301daa6218abe3f2eee0.tar gsoc2013-evolution-dec6d6b0971480b8910c301daa6218abe3f2eee0.tar.gz gsoc2013-evolution-dec6d6b0971480b8910c301daa6218abe3f2eee0.tar.bz2 gsoc2013-evolution-dec6d6b0971480b8910c301daa6218abe3f2eee0.tar.lz gsoc2013-evolution-dec6d6b0971480b8910c301daa6218abe3f2eee0.tar.xz gsoc2013-evolution-dec6d6b0971480b8910c301daa6218abe3f2eee0.tar.zst gsoc2013-evolution-dec6d6b0971480b8910c301daa6218abe3f2eee0.zip |
New macro. This is an improved version of AC_CHECK_TYPE which takes into
2000-02-05 Martin Baulig <martin@home-of-linux.org>
* gnome-libgtop-types.m4 (AC_LIBGTOP_CHECK_TYPE): New macro. This
is an improved version of AC_CHECK_TYPE which takes into account
that we need to #include some other header files on some systems
to get some types.
(GNOME_LIBGTOP_TYPES): Check for <sys/bitypes.h> for Tru64 and
use AC_LIBGTOP_CHECK_TYPE rather than AC_CHECK_TYPE.
svn path=/trunk/; revision=1667
Diffstat (limited to 'macros/ChangeLog')
-rw-r--r-- | macros/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index f7718e2f97..b752b6036c 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,12 @@ +2000-02-05 Martin Baulig <martin@home-of-linux.org> + + * gnome-libgtop-types.m4 (AC_LIBGTOP_CHECK_TYPE): New macro. This + is an improved version of AC_CHECK_TYPE which takes into account + that we need to #include some other header files on some systems + to get some types. + (GNOME_LIBGTOP_TYPES): Check for <sys/bitypes.h> for Tru64 and + use AC_LIBGTOP_CHECK_TYPE rather than AC_CHECK_TYPE. + 2000-01-26 Dave Camp <campd@oit.edu> * gnome-bonobo-check.m4 Include <bonobo.h> rather than |