summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-28 23:30:00 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-28 23:30:00 +0000
commit659668bc4f73051a471e28299bcfdd830c08b1b9 (patch)
treeb9affe7638cf54a5383f9ff733039bd7598e28b7
parentd94b9977c26f34f61d239dad93235edcb2fc2114 (diff)
downloadATCD-659668bc4f73051a471e28299bcfdd830c08b1b9.tar.gz
ChangeLogTag: Tue Feb 28 23:28:57 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--ChangeLog7
-rw-r--r--ace/Makefile.am1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c82da30ff9..5275cde5628 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Feb 28 23:28:57 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * ace/Makefile.am:
+
+ Add DEFAULT_INCLUDES definition that got lost during regeneration.
+ Fixes autoconf builds on case-insensitive filesystems.
+
Tue Feb 28 19:46:16 UTC 2006 Steve Huston <shuston@riverace.com>
* tests/MT_SOCK_Test.cpp: Add a special-case check for Win64. It
diff --git a/ace/Makefile.am b/ace/Makefile.am
index 125717f240b..619283a2a7b 100644
--- a/ace/Makefile.am
+++ b/ace/Makefile.am
@@ -10,6 +10,7 @@
includedir = @includedir@/ace
pkgconfigdir = @libdir@/pkgconfig
+DEFAULT_INCLUDES =
ACE_BUILDDIR = $(top_builddir)
ACE_ROOT = $(top_srcdir)