diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-21 23:07:48 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-21 23:07:48 +0000 |
commit | 83d29f6e0c1587c8ad008672e7ae5631942559eb (patch) | |
tree | eb792427bfddf62523add3c36e61e61465beee8e /ChangeLog | |
parent | bd79d86fb50233e0cd41a57b553f12b6d490ac7e (diff) |
xtrans:
Create autoconf macro XTRANS_CONNECTION_FLAGS to provide standard set of
--enable flags for which transports to support and common place to
update for required libraries for platforms that need certain libs for
certain transports
ICE:
Add ICE_t #define required by Xtrans headers. Replace static defines of
LOCALCONN & UNIXCONN with new XTRANS_CONNECTION_FLAGS macro.
X11:
Moved transport type checks to new macro XTRANS_CONNECTION_FLAGS in
xtrans.m4 in xtrans module so they can be shared by all modules using
xtrans.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-05-21 Alan Coopersmith <alan.coopersmith@sun.com> + + * Makefile.am: + * xtrans.m4: + Create autoconf macro XTRANS_CONNECTION_FLAGS to provide + standard set of --enable flags for which transports to + support and common place to update for required libraries + for platforms that need certain libs for certain transports. + Fri May 13 11:15:48 2005 Søren Sandmann <sandmann@redhat.com> * ChangeLog, configure.ac: Dummy changes to see if that fixes |