diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-05-16 18:02:50 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-05-16 18:02:50 +0000 |
commit | 942fa4c06f650c4a0174430d2920df338ff1e62e (patch) | |
tree | a3b718da114bcd057b544b7688ab8e08db4a1375 | |
parent | e8b5bc7a2cb5bf08348cb32a94c98e7ff9e6924e (diff) | |
download | ATCD-942fa4c06f650c4a0174430d2920df338ff1e62e.tar.gz |
ChangeLogTag: Mon May 16 10:57:57 2005 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | ace/Makefile.am | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f9b10d9946e..fd24415e33a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Mon May 16 10:57:57 2005 J.T. Conklin <jtc@acorntoolworks.com> + + * ace/Makefile.am: + + Reset DEFAULT_INCLUDES to address ambiguity between system's + signal.h and semaphore.h headers and ACE's Signal.h and + Semaphore.h headers on case insensitive file systems. + + This may be the best setting for all ACE/TAO Makefile.am's, + but this is the only one that requires it. + Mon May 16 10:56:31 2005 J.T. Conklin <jtc@acorntoolworks.com> * configure.ac: diff --git a/ace/Makefile.am b/ace/Makefile.am index fac621bee4d..9ea746c50fb 100644 --- a/ace/Makefile.am +++ b/ace/Makefile.am @@ -5,6 +5,7 @@ includedir = @includedir@/ace pkgconfigdir = @libdir@/pkgconfig +DEFAULT_INCLUDES = ACE_BUILDDIR = $(top_builddir) ACE_ROOT = $(top_srcdir) |